Html Css Color HEX #D01243 Crimson

📋 copy color: '#D01243'

red 208 ◦ green 18 ◦ blue 67

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

Shades of Crimson #D01243

Tints of Crimson #D01243

RGB

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

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

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

R = 70.99%
G = 6.14%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D01243 (or 0xD01243) is known color: Crimson. HEX triplet: D0, 12 and 43. RGB value is (208,18,67). Sum of RGB (Red+Green+Blue) = 208+18+67=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D01243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01243 is #2FEDBC. Grayscale: #505050. Windows color (decimal): -3141053 or 4395728. OLE color: 4395728.

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

Color convert

RGB 208 18 67 -
CMYK 0 0.91 0.68 0.18
HSL 344.53º 0.84% 0.44% -
HSV(B) 344.53º 0.91% 0.82% -
XYZ 27.24 14.25 6.62 -
YUV 80.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 208 18 67 0 0.91 0.68 0.18 344.53 0.84 0.44
Hex D0 12 43 0 5B 44 12 159 54 2C
Octal 320 22 103 0 133 104 22 531 124 54
Binary 11010000 10010 1000011 0 1011011 1000100 10010 101011001 1010100 101100

Color Harmonies of #D01243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01243

Black with #D01243

Text Example


Text Example

White with #D01243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01243; }

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

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

background-color css

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

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

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

border-color css

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

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

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