Html Css Color HEX #CC0833 Crimson

📋 copy color: '#CC0833'

red 204 ◦ green 8 ◦ blue 51

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

Shades of Crimson #CC0833

Tints of Crimson #CC0833

RGB

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

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

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

R = 77.57%
G = 3.04%
B = 19.39%

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

#CC0833 (or 0xCC0833) is known color: Crimson. HEX triplet: CC, 08 and 33. RGB value is (204,8,51). Sum of RGB (Red+Green+Blue) = 204+8+51=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0833 is #33F7CC. Grayscale: #474747. Windows color (decimal): -3405773 or 3344588. OLE color: 3344588.

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

Color convert

RGB 204 8 51 -
CMYK 0 0.96 0.75 0.2
HSL 346.84º 0.92% 0.42% -
HSV(B) 346.84º 0.96% 0.8% -
XYZ 25.59 13.25 4.34 -
YUV 71.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 204 8 51 0 0.96 0.75 0.2 346.84 0.92 0.42
Hex CC 8 33 0 60 4B 14 15B 5C 2A
Octal 314 10 63 0 140 113 24 533 134 52
Binary 11001100 1000 110011 0 1100000 1001011 10100 101011011 1011100 101010

Color Harmonies of #CC0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0833

Black with #CC0833

Text Example


Text Example

White with #CC0833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0833; }

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

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

background-color css

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

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

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

border-color css

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

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

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