Html Css Color HEX #CC1F32 Cardinal

📋 copy color: '#CC1F32'

red 204 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #CC1F32

Tints of Cardinal #CC1F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

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

R = 71.58%
G = 10.88%
B = 17.54%

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

#CC1F32 (or 0xCC1F32) is known color: Cardinal. HEX triplet: CC, 1F and 32. RGB value is (204,31,50). Sum of RGB (Red+Green+Blue) = 204+31+50=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F32 is #33E0CD. Grayscale: #545454. Windows color (decimal): -3399886 or 3284940. OLE color: 3284940.

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

Color convert

RGB 204 31 50 -
CMYK 0 0.85 0.75 0.2
HSL 353.41º 0.74% 0.46% -
HSV(B) 353.41º 0.85% 0.8% -
XYZ 25.97 14.05 4.36 -
YUV 84.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 204 31 50 0 0.85 0.75 0.2 353.41 0.74 0.46
Hex CC 1F 32 0 55 4B 14 161 4A 2E
Octal 314 37 62 0 125 113 24 541 112 56
Binary 11001100 11111 110010 0 1010101 1001011 10100 101100001 1001010 101110

Color Harmonies of #CC1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F32

Black with #CC1F32

Text Example


Text Example

White with #CC1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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