Html Css Color HEX #CC1E32 Cardinal

📋 copy color: '#CC1E32'

red 204 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #CC1E32

Tints of Cardinal #CC1E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 71.83%
G = 10.56%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1E32 (or 0xCC1E32) is known color: Cardinal. HEX triplet: CC, 1E and 32. RGB value is (204,30,50). Sum of RGB (Red+Green+Blue) = 204+30+50=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E32 is #33E1CD. Grayscale: #545454. Windows color (decimal): -3400142 or 3284684. OLE color: 3284684.

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

Color convert

RGB 204 30 50 -
CMYK 0 0.85 0.75 0.2
HSL 353.1º 0.74% 0.46% -
HSV(B) 353.1º 0.85% 0.8% -
XYZ 25.94 14 4.35 -
YUV 84.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 204 30 50 0 0.85 0.75 0.2 353.1 0.74 0.46
Hex CC 1E 32 0 55 4B 14 161 4A 2E
Octal 314 36 62 0 125 113 24 541 112 56
Binary 11001100 11110 110010 0 1010101 1001011 10100 101100001 1001010 101110

Color Harmonies of #CC1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E32

Black with #CC1E32

Text Example


Text Example

White with #CC1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E32; }

 p { color: rgb(204,30,50); }

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

background-color css

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

 a { background-color: rgb(204,30,50); }

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

border-color css

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

 span { border-color: rgb(204,30,50); }

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