Html Css Color HEX #D01237 Crimson

📋 copy color: '#D01237'

red 208 ◦ green 18 ◦ blue 55

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

Shades of Crimson #D01237

Tints of Crimson #D01237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 74.02%
G = 6.41%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D01237 (or 0xD01237) is known color: Crimson. HEX triplet: D0, 12 and 37. RGB value is (208,18,55). Sum of RGB (Red+Green+Blue) = 208+18+55=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D01237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01237 is #2FEDC8. Grayscale: #4F4F4F. Windows color (decimal): -3141065 or 3609296. OLE color: 3609296.

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

Color convert

RGB 208 18 55 -
CMYK 0 0.91 0.74 0.18
HSL 348.32º 0.84% 0.44% -
HSV(B) 348.32º 0.91% 0.82% -
XYZ 26.92 14.12 4.92 -
YUV 79.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 208 18 55 0 0.91 0.74 0.18 348.32 0.84 0.44
Hex D0 12 37 0 5B 4A 12 15C 54 2C
Octal 320 22 67 0 133 112 22 534 124 54
Binary 11010000 10010 110111 0 1011011 1001010 10010 101011100 1010100 101100

Color Harmonies of #D01237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01237

Black with #D01237

Text Example


Text Example

White with #D01237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01237; }

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

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

background-color css

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

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

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

border-color css

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

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

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