Html Css Color HEX #C9252F Cardinal

📋 copy color: '#C9252F'

red 201 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #C9252F

Tints of Cardinal #C9252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 70.53%
G = 12.98%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9252F (or 0xC9252F) is known color: Cardinal. HEX triplet: C9, 25 and 2F. RGB value is (201,37,47). Sum of RGB (Red+Green+Blue) = 201+37+47=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252F is #36DAD0. Grayscale: #575757. Windows color (decimal): -3594961 or 3089865. OLE color: 3089865.

HSL color Cylindrical-coordinate representation of color #C9252F: hue angle of 356.34º 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 #C9252F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 47 -
CMYK 0 0.82 0.77 0.21
HSL 356.34º 0.69% 0.47% -
HSV(B) 356.34º 0.82% 0.79% -
XYZ 25.26 13.95 4.05 -
YUV 87.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 201 37 47 0 0.82 0.77 0.21 356.34 0.69 0.47
Hex C9 25 2F 0 52 4D 15 164 45 2F
Octal 311 45 57 0 122 115 25 544 105 57
Binary 11001001 100101 101111 0 1010010 1001101 10101 101100100 1000101 101111

Color Harmonies of #C9252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9252F

Black with #C9252F

Text Example


Text Example

White with #C9252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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