Html Css Color HEX #CC0835 Crimson

📋 copy color: '#CC0835'

red 204 ◦ green 8 ◦ blue 53

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

Shades of Crimson #CC0835

Tints of Crimson #CC0835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 76.98%
G = 3.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC0835 (or 0xCC0835) is known color: Crimson. HEX triplet: CC, 08 and 35. RGB value is (204,8,53). Sum of RGB (Red+Green+Blue) = 204+8+53=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0835 is #33F7CA. Grayscale: #474747. Windows color (decimal): -3405771 or 3475660. OLE color: 3475660.

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

Color convert

RGB 204 8 53 -
CMYK 0 0.96 0.74 0.2
HSL 346.22º 0.92% 0.42% -
HSV(B) 346.22º 0.96% 0.8% -
XYZ 25.63 13.27 4.58 -
YUV 71.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 204 8 53 0 0.96 0.74 0.2 346.22 0.92 0.42
Hex CC 8 35 0 60 4A 14 15A 5C 2A
Octal 314 10 65 0 140 112 24 532 134 52
Binary 11001100 1000 110101 0 1100000 1001010 10100 101011010 1011100 101010

Color Harmonies of #CC0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0835

Black with #CC0835

Text Example


Text Example

White with #CC0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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