Html Css Color HEX #CC243B Cardinal

📋 copy color: '#CC243B'

red 204 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #CC243B

Tints of Cardinal #CC243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 68.23%
G = 12.04%
B = 19.73%

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

#CC243B (or 0xCC243B) is known color: Cardinal. HEX triplet: CC, 24 and 3B. RGB value is (204,36,59). Sum of RGB (Red+Green+Blue) = 204+36+59=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243B is #33DBC4. Grayscale: #585858. Windows color (decimal): -3398597 or 3876044. OLE color: 3876044.

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

Color convert

RGB 204 36 59 -
CMYK 0 0.82 0.71 0.2
HSL 351.79º 0.7% 0.47% -
HSV(B) 351.79º 0.82% 0.8% -
XYZ 26.32 14.41 5.53 -
YUV 88.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 204 36 59 0 0.82 0.71 0.2 351.79 0.7 0.47
Hex CC 24 3B 0 52 47 14 160 46 2F
Octal 314 44 73 0 122 107 24 540 106 57
Binary 11001100 100100 111011 0 1010010 1000111 10100 101100000 1000110 101111

Color Harmonies of #CC243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC243B

Black with #CC243B

Text Example


Text Example

White with #CC243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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