Html Css Color HEX #CC243F Cardinal

📋 copy color: '#CC243F'

red 204 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #CC243F

Tints of Cardinal #CC243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 67.33%
G = 11.88%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC243F (or 0xCC243F) is known color: Cardinal. HEX triplet: CC, 24 and 3F. RGB value is (204,36,63). Sum of RGB (Red+Green+Blue) = 204+36+63=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243F is #33DBC0. Grayscale: #595959. Windows color (decimal): -3398593 or 4138188. OLE color: 4138188.

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

Color convert

RGB 204 36 63 -
CMYK 0 0.82 0.69 0.2
HSL 350.36º 0.7% 0.47% -
HSV(B) 350.36º 0.82% 0.8% -
XYZ 26.43 14.46 6.1 -
YUV 89.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 204 36 63 0 0.82 0.69 0.2 350.36 0.7 0.47
Hex CC 24 3F 0 52 45 14 15E 46 2F
Octal 314 44 77 0 122 105 24 536 106 57
Binary 11001100 100100 111111 0 1010010 1000101 10100 101011110 1000110 101111

Color Harmonies of #CC243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC243F

Black with #CC243F

Text Example


Text Example

White with #CC243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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