Html Css Color HEX #CC2430 Cardinal

📋 copy color: '#CC2430'

red 204 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #CC2430

Tints of Cardinal #CC2430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 70.83%
G = 12.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2430 (or 0xCC2430) is known color: Cardinal. HEX triplet: CC, 24 and 30. RGB value is (204,36,48). Sum of RGB (Red+Green+Blue) = 204+36+48=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2430 is #33DBCF. Grayscale: #575757. Windows color (decimal): -3398608 or 3155148. OLE color: 3155148.

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

Color convert

RGB 204 36 48 -
CMYK 0 0.82 0.76 0.2
HSL 355.71º 0.7% 0.47% -
HSV(B) 355.71º 0.82% 0.8% -
XYZ 26.07 14.31 4.19 -
YUV 87.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 204 36 48 0 0.82 0.76 0.2 355.71 0.7 0.47
Hex CC 24 30 0 52 4C 14 164 46 2F
Octal 314 44 60 0 122 114 24 544 106 57
Binary 11001100 100100 110000 0 1010010 1001100 10100 101100100 1000110 101111

Color Harmonies of #CC2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2430

Black with #CC2430

Text Example


Text Example

White with #CC2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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