Html Css Color HEX #CC2230 Cardinal

📋 copy color: '#CC2230'

red 204 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #CC2230

Tints of Cardinal #CC2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 71.33%
G = 11.89%
B = 16.78%

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

#CC2230 (or 0xCC2230) is known color: Cardinal. HEX triplet: CC, 22 and 30. RGB value is (204,34,48). Sum of RGB (Red+Green+Blue) = 204+34+48=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2230 is #33DDCF. Grayscale: #565656. Windows color (decimal): -3399120 or 3154636. OLE color: 3154636.

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

Color convert

RGB 204 34 48 -
CMYK 0 0.83 0.76 0.2
HSL 355.06º 0.71% 0.47% -
HSV(B) 355.06º 0.83% 0.8% -
XYZ 26.01 14.19 4.17 -
YUV 86.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 204 34 48 0 0.83 0.76 0.2 355.06 0.71 0.47
Hex CC 22 30 0 53 4C 14 163 47 2F
Octal 314 42 60 0 123 114 24 543 107 57
Binary 11001100 100010 110000 0 1010011 1001100 10100 101100011 1000111 101111

Color Harmonies of #CC2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2230

Black with #CC2230

Text Example


Text Example

White with #CC2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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