Html Css Color HEX #CC2330 Cardinal

📋 copy color: '#CC2330'

red 204 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #CC2330

Tints of Cardinal #CC2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 71.08%
G = 12.2%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2330 (or 0xCC2330) is known color: Cardinal. HEX triplet: CC, 23 and 30. RGB value is (204,35,48). Sum of RGB (Red+Green+Blue) = 204+35+48=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2330 is #33DCCF. Grayscale: #575757. Windows color (decimal): -3398864 or 3154892. OLE color: 3154892.

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

Color convert

RGB 204 35 48 -
CMYK 0 0.83 0.76 0.2
HSL 355.38º 0.71% 0.47% -
HSV(B) 355.38º 0.83% 0.8% -
XYZ 26.04 14.25 4.18 -
YUV 87.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 204 35 48 0 0.83 0.76 0.2 355.38 0.71 0.47
Hex CC 23 30 0 53 4C 14 163 47 2F
Octal 314 43 60 0 123 114 24 543 107 57
Binary 11001100 100011 110000 0 1010011 1001100 10100 101100011 1000111 101111

Color Harmonies of #CC2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2330

Black with #CC2330

Text Example


Text Example

White with #CC2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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