Html Css Color HEX #CC0838 Crimson

📋 copy color: '#CC0838'

red 204 ◦ green 8 ◦ blue 56

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

Shades of Crimson #CC0838

Tints of Crimson #CC0838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 76.12%
G = 2.99%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC0838 (or 0xCC0838) is known color: Crimson. HEX triplet: CC, 08 and 38. RGB value is (204,8,56). Sum of RGB (Red+Green+Blue) = 204+8+56=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0838 is #33F7C7. Grayscale: #484848. Windows color (decimal): -3405768 or 3672268. OLE color: 3672268.

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

Color convert

RGB 204 8 56 -
CMYK 0 0.96 0.73 0.2
HSL 345.31º 0.92% 0.42% -
HSV(B) 345.31º 0.96% 0.8% -
XYZ 25.7 13.3 4.95 -
YUV 72.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 204 8 56 0 0.96 0.73 0.2 345.31 0.92 0.42
Hex CC 8 38 0 60 49 14 159 5C 2A
Octal 314 10 70 0 140 111 24 531 134 52
Binary 11001100 1000 111000 0 1100000 1001001 10100 101011001 1011100 101010

Color Harmonies of #CC0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0838

Black with #CC0838

Text Example


Text Example

White with #CC0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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