Html Css Color HEX #CC0D42 Crimson

📋 copy color: '#CC0D42'

red 204 ◦ green 13 ◦ blue 66

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

Shades of Crimson #CC0D42

Tints of Crimson #CC0D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 72.08%
G = 4.59%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0D42 (or 0xCC0D42) is known color: Crimson. HEX triplet: CC, 0D and 42. RGB value is (204,13,66). Sum of RGB (Red+Green+Blue) = 204+13+66=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D42 is #33F2BD. Grayscale: #4C4C4C. Windows color (decimal): -3404478 or 4328908. OLE color: 4328908.

HSL color Cylindrical-coordinate representation of color #CC0D42: hue angle of 343.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D42 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 13 66 -
CMYK 0 0.94 0.68 0.2
HSL 343.35º 0.88% 0.43% -
HSV(B) 343.35º 0.94% 0.8% -
XYZ 26.03 13.52 6.39 -
YUV 76.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 204 13 66 0 0.94 0.68 0.2 343.35 0.88 0.43
Hex CC D 42 0 5E 44 14 157 58 2B
Octal 314 15 102 0 136 104 24 527 130 53
Binary 11001100 1101 1000010 0 1011110 1000100 10100 101010111 1011000 101011

Color Harmonies of #CC0D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D42

Black with #CC0D42

Text Example


Text Example

White with #CC0D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D42; }

 p { color: rgb(204,13,66); }

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

background-color css

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

 a { background-color: rgb(204,13,66); }

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

border-color css

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

 span { border-color: rgb(204,13,66); }

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