Html Css Color HEX #CC0830 Crimson

📋 copy color: '#CC0830'

red 204 ◦ green 8 ◦ blue 48

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

Shades of Crimson #CC0830

Tints of Crimson #CC0830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 78.46%
G = 3.08%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC0830 (or 0xCC0830) is known color: Crimson. HEX triplet: CC, 08 and 30. RGB value is (204,8,48). Sum of RGB (Red+Green+Blue) = 204+8+48=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0830 is #33F7CF. Grayscale: #474747. Windows color (decimal): -3405776 or 3147980. OLE color: 3147980.

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

Color convert

RGB 204 8 48 -
CMYK 0 0.96 0.76 0.2
HSL 347.76º 0.92% 0.42% -
HSV(B) 347.76º 0.96% 0.8% -
XYZ 25.52 13.22 4 -
YUV 71.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 204 8 48 0 0.96 0.76 0.2 347.76 0.92 0.42
Hex CC 8 30 0 60 4C 14 15C 5C 2A
Octal 314 10 60 0 140 114 24 534 134 52
Binary 11001100 1000 110000 0 1100000 1001100 10100 101011100 1011100 101010

Color Harmonies of #CC0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0830

Black with #CC0830

Text Example


Text Example

White with #CC0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0830; }

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

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

background-color css

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

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

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

border-color css

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

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

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