Html Css Color HEX #D01843 Crimson

📋 copy color: '#D01843'

red 208 ◦ green 24 ◦ blue 67

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

Shades of Crimson #D01843

Tints of Crimson #D01843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.41%

R = 69.57%
G = 8.03%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D01843 (or 0xD01843) is known color: Crimson. HEX triplet: D0, 18 and 43. RGB value is (208,24,67). Sum of RGB (Red+Green+Blue) = 208+24+67=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D01843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01843 is #2FE7BC. Grayscale: #535353. Windows color (decimal): -3139517 or 4397264. OLE color: 4397264.

HSL color Cylindrical-coordinate representation of color #D01843: hue angle of 345.98º 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 #D01843 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 67 -
CMYK 0 0.88 0.68 0.18
HSL 345.98º 0.79% 0.45% -
HSV(B) 345.98º 0.88% 0.82% -
XYZ 27.35 14.47 6.66 -
YUV 83.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 208 24 67 0 0.88 0.68 0.18 345.98 0.79 0.45
Hex D0 18 43 0 58 44 12 15A 4F 2D
Octal 320 30 103 0 130 104 22 532 117 55
Binary 11010000 11000 1000011 0 1011000 1000100 10010 101011010 1001111 101101

Color Harmonies of #D01843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01843

Black with #D01843

Text Example


Text Example

White with #D01843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01843; }

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

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

background-color css

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

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

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

border-color css

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

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

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