Html Css Color HEX #D0022F Crimson

📋 copy color: '#D0022F'

red 208 ◦ green 2 ◦ blue 47

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

Shades of Crimson #D0022F

Tints of Crimson #D0022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 80.93%
G = 0.78%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0022F (or 0xD0022F) is known color: Crimson. HEX triplet: D0, 02 and 2F. RGB value is (208,2,47). Sum of RGB (Red+Green+Blue) = 208+2+47=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D0022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0022F is #2FFDD0. Grayscale: #444444. Windows color (decimal): -3145169 or 3080912. OLE color: 3080912.

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

Color convert

RGB 208 2 47 -
CMYK 0 0.99 0.77 0.18
HSL 346.89º 0.98% 0.41% -
HSV(B) 346.89º 0.99% 0.82% -
XYZ 26.55 13.66 3.93 -
YUV 68.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 208 2 47 0 0.99 0.77 0.18 346.89 0.98 0.41
Hex D0 2 2F 0 63 4D 12 15B 62 29
Octal 320 2 57 0 143 115 22 533 142 51
Binary 11010000 10 101111 0 1100011 1001101 10010 101011011 1100010 101001

Color Harmonies of #D0022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0022F

Black with #D0022F

Text Example


Text Example

White with #D0022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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