Html Css Color HEX #CC202F Cardinal

📋 copy color: '#CC202F'

red 204 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #CC202F

Tints of Cardinal #CC202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 72.08%
G = 11.31%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC202F (or 0xCC202F) is known color: Cardinal. HEX triplet: CC, 20 and 2F. RGB value is (204,32,47). Sum of RGB (Red+Green+Blue) = 204+32+47=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC202F is #33DFD0. Grayscale: #555555. Windows color (decimal): -3399633 or 3088588. OLE color: 3088588.

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

Color convert

RGB 204 32 47 -
CMYK 0 0.84 0.77 0.2
HSL 354.77º 0.73% 0.46% -
HSV(B) 354.77º 0.84% 0.8% -
XYZ 25.93 14.08 4.04 -
YUV 85.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 204 32 47 0 0.84 0.77 0.2 354.77 0.73 0.46
Hex CC 20 2F 0 54 4D 14 163 49 2E
Octal 314 40 57 0 124 115 24 543 111 56
Binary 11001100 100000 101111 0 1010100 1001101 10100 101100011 1001001 101110

Color Harmonies of #CC202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC202F

Black with #CC202F

Text Example


Text Example

White with #CC202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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