Html Css Color HEX #CC0834 Crimson

📋 copy color: '#CC0834'

red 204 ◦ green 8 ◦ blue 52

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

Shades of Crimson #CC0834

Tints of Crimson #CC0834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 77.27%
G = 3.03%
B = 19.7%

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

#CC0834 (or 0xCC0834) is known color: Crimson. HEX triplet: CC, 08 and 34. RGB value is (204,8,52). Sum of RGB (Red+Green+Blue) = 204+8+52=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0834 is #33F7CB. Grayscale: #474747. Windows color (decimal): -3405772 or 3410124. OLE color: 3410124.

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

Color convert

RGB 204 8 52 -
CMYK 0 0.96 0.75 0.2
HSL 346.53º 0.92% 0.42% -
HSV(B) 346.53º 0.96% 0.8% -
XYZ 25.61 13.26 4.46 -
YUV 71.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 204 8 52 0 0.96 0.75 0.2 346.53 0.92 0.42
Hex CC 8 34 0 60 4B 14 15B 5C 2A
Octal 314 10 64 0 140 113 24 533 134 52
Binary 11001100 1000 110100 0 1100000 1001011 10100 101011011 1011100 101010

Color Harmonies of #CC0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0834

Black with #CC0834

Text Example


Text Example

White with #CC0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0834; }

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

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

background-color css

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

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

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

border-color css

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

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

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