Html Css Color HEX #C9253C Cardinal

📋 copy color: '#C9253C'

red 201 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #C9253C

Tints of Cardinal #C9253C

RGB

 RED value IS 201 (78.91% from 255) = 67.45%

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 67.45%
G = 12.42%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9253C (or 0xC9253C) is known color: Cardinal. HEX triplet: C9, 25 and 3C. RGB value is (201,37,60). Sum of RGB (Red+Green+Blue) = 201+37+60=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9253C is #36DAC3. Grayscale: #585858. Windows color (decimal): -3594948 or 3941833. OLE color: 3941833.

HSL color Cylindrical-coordinate representation of color #C9253C: hue angle of 351.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9253C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 60 -
CMYK 0 0.82 0.70 0.21
HSL 351.59º 0.69% 0.47% -
HSV(B) 351.59º 0.82% 0.79% -
XYZ 25.56 14.07 5.64 -
YUV 88.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 201 37 60 0 0.82 0.70 0.21 351.59 0.69 0.47
Hex C9 25 3C 0 52 46 15 160 45 2F
Octal 311 45 74 0 122 106 25 540 105 57
Binary 11001001 100101 111100 0 1010010 1000110 10101 101100000 1000101 101111

Color Harmonies of #C9253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9253C

Black with #C9253C

Text Example


Text Example

White with #C9253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9253C; }

 p { color: rgb(201,37,60); }

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

background-color css

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

 a { background-color: rgb(201,37,60); }

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

border-color css

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

 span { border-color: rgb(201,37,60); }

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