Html Css Color HEX #D0023F Crimson

📋 copy color: '#D0023F'

red 208 ◦ green 2 ◦ blue 63

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

Shades of Crimson #D0023F

Tints of Crimson #D0023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 76.19%
G = 0.73%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0023F (or 0xD0023F) is known color: Crimson. HEX triplet: D0, 02 and 3F. RGB value is (208,2,63). Sum of RGB (Red+Green+Blue) = 208+2+63=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0023F is #2FFDC0. Grayscale: #464646. Windows color (decimal): -3145153 or 4129488. OLE color: 4129488.

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

Color convert

RGB 208 2 63 -
CMYK 0 0.99 0.70 0.18
HSL 342.23º 0.98% 0.41% -
HSV(B) 342.23º 0.99% 0.82% -
XYZ 26.93 13.81 5.95 -
YUV 70.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 208 2 63 0 0.99 0.70 0.18 342.23 0.98 0.41
Hex D0 2 3F 0 63 46 12 156 62 29
Octal 320 2 77 0 143 106 22 526 142 51
Binary 11010000 10 111111 0 1100011 1000110 10010 101010110 1100010 101001

Color Harmonies of #D0023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0023F

Black with #D0023F

Text Example


Text Example

White with #D0023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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