Html Css Color HEX #CC2030 Cardinal

📋 copy color: '#CC2030'

red 204 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #CC2030

Tints of Cardinal #CC2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 71.83%
G = 11.27%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2030 (or 0xCC2030) is known color: Cardinal. HEX triplet: CC, 20 and 30. RGB value is (204,32,48). Sum of RGB (Red+Green+Blue) = 204+32+48=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2030 is #33DFCF. Grayscale: #555555. Windows color (decimal): -3399632 or 3154124. OLE color: 3154124.

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

Color convert

RGB 204 32 48 -
CMYK 0 0.84 0.76 0.2
HSL 354.42º 0.73% 0.46% -
HSV(B) 354.42º 0.84% 0.8% -
XYZ 25.95 14.08 4.15 -
YUV 85.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 204 32 48 0 0.84 0.76 0.2 354.42 0.73 0.46
Hex CC 20 30 0 54 4C 14 162 49 2E
Octal 314 40 60 0 124 114 24 542 111 56
Binary 11001100 100000 110000 0 1010100 1001100 10100 101100010 1001001 101110

Color Harmonies of #CC2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2030

Black with #CC2030

Text Example


Text Example

White with #CC2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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