Html Css Color HEX #CC243C Cardinal

📋 copy color: '#CC243C'

red 204 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #CC243C

Tints of Cardinal #CC243C

RGB

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

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

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

R = 68%
G = 12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC243C (or 0xCC243C) is known color: Cardinal. HEX triplet: CC, 24 and 3C. RGB value is (204,36,60). Sum of RGB (Red+Green+Blue) = 204+36+60=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243C is #33DBC3. Grayscale: #595959. Windows color (decimal): -3398596 or 3941580. OLE color: 3941580.

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

Color convert

RGB 204 36 60 -
CMYK 0 0.82 0.71 0.2
HSL 351.43º 0.7% 0.47% -
HSV(B) 351.43º 0.82% 0.8% -
XYZ 26.35 14.43 5.67 -
YUV 88.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 204 36 60 0 0.82 0.71 0.2 351.43 0.7 0.47
Hex CC 24 3C 0 52 47 14 15F 46 2F
Octal 314 44 74 0 122 107 24 537 106 57
Binary 11001100 100100 111100 0 1010010 1000111 10100 101011111 1000110 101111

Color Harmonies of #CC243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC243C

Black with #CC243C

Text Example


Text Example

White with #CC243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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