Html Css Color HEX #D01838 Crimson

📋 copy color: '#D01838'

red 208 ◦ green 24 ◦ blue 56

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

Shades of Crimson #D01838

Tints of Crimson #D01838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 72.22%
G = 8.33%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01838 (or 0xD01838) is known color: Crimson. HEX triplet: D0, 18 and 38. RGB value is (208,24,56). Sum of RGB (Red+Green+Blue) = 208+24+56=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D01838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01838 is #2FE7C7. Grayscale: #525252. Windows color (decimal): -3139528 or 3676368. OLE color: 3676368.

HSL color Cylindrical-coordinate representation of color #D01838: hue angle of 349.57º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01838 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 56 -
CMYK 0 0.88 0.73 0.18
HSL 349.57º 0.79% 0.45% -
HSV(B) 349.57º 0.88% 0.82% -
XYZ 27.05 14.35 5.09 -
YUV 82.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 208 24 56 0 0.88 0.73 0.18 349.57 0.79 0.45
Hex D0 18 38 0 58 49 12 15E 4F 2D
Octal 320 30 70 0 130 111 22 536 117 55
Binary 11010000 11000 111000 0 1011000 1001001 10010 101011110 1001111 101101

Color Harmonies of #D01838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01838

Black with #D01838

Text Example


Text Example

White with #D01838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01838; }

 p { color: rgb(208,24,56); }

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

background-color css

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

 a { background-color: rgb(208,24,56); }

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

border-color css

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

 span { border-color: rgb(208,24,56); }

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