Html Css Color HEX #D00237 Crimson

📋 copy color: '#D00237'

red 208 ◦ green 2 ◦ blue 55

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

Shades of Crimson #D00237

Tints of Crimson #D00237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 78.49%
G = 0.75%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D00237 (or 0xD00237) is known color: Crimson. HEX triplet: D0, 02 and 37. RGB value is (208,2,55). Sum of RGB (Red+Green+Blue) = 208+2+55=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00237 is #2FFDC8. Grayscale: #454545. Windows color (decimal): -3145161 or 3605200. OLE color: 3605200.

HSL color Cylindrical-coordinate representation of color #D00237: hue angle of 344.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00237 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 55 -
CMYK 0 0.99 0.74 0.18
HSL 344.56º 0.98% 0.41% -
HSV(B) 344.56º 0.99% 0.82% -
XYZ 26.72 13.73 4.86 -
YUV 69.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 208 2 55 0 0.99 0.74 0.18 344.56 0.98 0.41
Hex D0 2 37 0 63 4A 12 159 62 29
Octal 320 2 67 0 143 112 22 531 142 51
Binary 11010000 10 110111 0 1100011 1001010 10010 101011001 1100010 101001

Color Harmonies of #D00237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00237

Black with #D00237

Text Example


Text Example

White with #D00237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00237; }

 p { color: rgb(208,2,55); }

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

background-color css

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

 a { background-color: rgb(208,2,55); }

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

border-color css

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

 span { border-color: rgb(208,2,55); }

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