Html Css Color HEX #D00C35 Crimson

📋 copy color: '#D00C35'

red 208 ◦ green 12 ◦ blue 53

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

Shades of Crimson #D00C35

Tints of Crimson #D00C35

RGB

 RED value IS 208 (81.64% from 255) = 76.19%

 GREEN value IS 12 (5.08% from 255) = 4.4%

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

R = 76.19%
G = 4.4%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00C35 (or 0xD00C35) is known color: Crimson. HEX triplet: D0, 0C and 35. RGB value is (208,12,53). Sum of RGB (Red+Green+Blue) = 208+12+53=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C35 is #2FF3CA. Grayscale: #4B4B4B. Windows color (decimal): -3142603 or 3476688. OLE color: 3476688.

HSL color Cylindrical-coordinate representation of color #D00C35: hue angle of 347.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C35 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 53 -
CMYK 0 0.94 0.75 0.18
HSL 347.45º 0.89% 0.43% -
HSV(B) 347.45º 0.94% 0.82% -
XYZ 26.79 13.93 4.65 -
YUV 75.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 208 12 53 0 0.94 0.75 0.18 347.45 0.89 0.43
Hex D0 C 35 0 5E 4B 12 15B 59 2B
Octal 320 14 65 0 136 113 22 533 131 53
Binary 11010000 1100 110101 0 1011110 1001011 10010 101011011 1011001 101011

Color Harmonies of #D00C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C35

Black with #D00C35

Text Example


Text Example

White with #D00C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C35; }

 p { color: rgb(208,12,53); }

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

background-color css

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

 a { background-color: rgb(208,12,53); }

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

border-color css

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

 span { border-color: rgb(208,12,53); }

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