Html Css Color HEX #C7253D Cardinal

📋 copy color: '#C7253D'

red 199 ◦ green 37 ◦ blue 61

#C7253D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C7253D

Tints of Cardinal #C7253D

RGB

 RED value IS 199 (78.13% from 255) = 67%

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 67%
G = 12.46%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7253D (or 0xC7253D) is known color: Cardinal. HEX triplet: C7, 25 and 3D. RGB value is (199,37,61). Sum of RGB (Red+Green+Blue) = 199+37+61=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7253D is #38DAC2. Grayscale: #585858. Windows color (decimal): -3726019 or 4007367. OLE color: 4007367.

HSL color Cylindrical-coordinate representation of color #C7253D: hue angle of 351.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7253D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 61 -
CMYK 0 0.81 0.69 0.22
HSL 351.11º 0.69% 0.46% -
HSV(B) 351.11º 0.81% 0.78% -
XYZ 25.06 13.8 5.76 -
YUV 88.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 199 37 61 0 0.81 0.69 0.22 351.11 0.69 0.46
Hex C7 25 3D 0 51 45 16 15F 45 2E
Octal 307 45 75 0 121 105 26 537 105 56
Binary 11000111 100101 111101 0 1010001 1000101 10110 101011111 1000101 101110

Color Harmonies of #C7253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7253D

Black with #C7253D

Text Example


Text Example

White with #C7253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7253D; }

 p { color: rgb(199,37,61); }

 H1.HeaderClassName
 {
   color: #C7253D;
 }
 .AnyTagClassName
 {
   color: #C7253D;
 }
</style>

background-color css

<style>
 a { background-color: #C7253D; }

 a { background-color: rgb(199,37,61); }

 div.DivClassName
 {
   background-color: #C7253D;
 }
 .BgClassName
 {
   background-color: #C7253D;
 }
</style>

border-color css

<style>
 span { border-color: #C7253D; }

 span { border-color: rgb(199,37,61); }

 td.TdClassName
 {
   border-color: #C7253D;
 }
 .TagClassName
 {
   border-color: #C7253D;
 }
</style>