Html Css Color HEX #CC1933 Cardinal

📋 copy color: '#CC1933'

red 204 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #CC1933

Tints of Cardinal #CC1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 72.86%
G = 8.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1933 (or 0xCC1933) is known color: Cardinal. HEX triplet: CC, 19 and 33. RGB value is (204,25,51). Sum of RGB (Red+Green+Blue) = 204+25+51=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1933 is #33E6CC. Grayscale: #515151. Windows color (decimal): -3401421 or 3348940. OLE color: 3348940.

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

Color convert

RGB 204 25 51 -
CMYK 0 0.88 0.75 0.2
HSL 351.28º 0.78% 0.45% -
HSV(B) 351.28º 0.88% 0.8% -
XYZ 25.85 13.77 4.43 -
YUV 81.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 204 25 51 0 0.88 0.75 0.2 351.28 0.78 0.45
Hex CC 19 33 0 58 4B 14 15F 4E 2D
Octal 314 31 63 0 130 113 24 537 116 55
Binary 11001100 11001 110011 0 1011000 1001011 10100 101011111 1001110 101101

Color Harmonies of #CC1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1933

Black with #CC1933

Text Example


Text Example

White with #CC1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1933; }

 p { color: rgb(204,25,51); }

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

background-color css

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

 a { background-color: rgb(204,25,51); }

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

border-color css

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

 span { border-color: rgb(204,25,51); }

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