Html Css Color HEX #CC0832 Crimson

📋 copy color: '#CC0832'

red 204 ◦ green 8 ◦ blue 50

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

Shades of Crimson #CC0832

Tints of Crimson #CC0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

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

R = 77.86%
G = 3.05%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC0832 (or 0xCC0832) is known color: Crimson. HEX triplet: CC, 08 and 32. RGB value is (204,8,50). Sum of RGB (Red+Green+Blue) = 204+8+50=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0832 is #33F7CD. Grayscale: #474747. Windows color (decimal): -3405774 or 3279052. OLE color: 3279052.

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

Color convert

RGB 204 8 50 -
CMYK 0 0.96 0.75 0.2
HSL 347.14º 0.92% 0.42% -
HSV(B) 347.14º 0.96% 0.8% -
XYZ 25.56 13.24 4.23 -
YUV 71.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 204 8 50 0 0.96 0.75 0.2 347.14 0.92 0.42
Hex CC 8 32 0 60 4B 14 15B 5C 2A
Octal 314 10 62 0 140 113 24 533 134 52
Binary 11001100 1000 110010 0 1100000 1001011 10100 101011011 1011100 101010

Color Harmonies of #CC0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0832

Black with #CC0832

Text Example


Text Example

White with #CC0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0832; }

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

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

background-color css

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

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

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

border-color css

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

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

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