Html Css Color HEX #CC242F Cardinal

📋 copy color: '#CC242F'

red 204 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #CC242F

Tints of Cardinal #CC242F

RGB

 RED value IS 204 (80.08% from 255) = 71.08%

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 71.08%
G = 12.54%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC242F (or 0xCC242F) is known color: Cardinal. HEX triplet: CC, 24 and 2F. RGB value is (204,36,47). Sum of RGB (Red+Green+Blue) = 204+36+47=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC242F is #33DBD0. Grayscale: #575757. Windows color (decimal): -3398609 or 3089612. OLE color: 3089612.

HSL color Cylindrical-coordinate representation of color #CC242F: hue angle of 356.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC242F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 47 -
CMYK 0 0.82 0.77 0.2
HSL 356.07º 0.7% 0.47% -
HSV(B) 356.07º 0.82% 0.8% -
XYZ 26.05 14.3 4.08 -
YUV 87.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 204 36 47 0 0.82 0.77 0.2 356.07 0.7 0.47
Hex CC 24 2F 0 52 4D 14 164 46 2F
Octal 314 44 57 0 122 115 24 544 106 57
Binary 11001100 100100 101111 0 1010010 1001101 10100 101100100 1000110 101111

Color Harmonies of #CC242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC242F

Black with #CC242F

Text Example


Text Example

White with #CC242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC242F; }

 p { color: rgb(204,36,47); }

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

background-color css

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

 a { background-color: rgb(204,36,47); }

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

border-color css

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

 span { border-color: rgb(204,36,47); }

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