Html Css Color HEX #D2022F Crimson

📋 copy color: '#D2022F'

red 210 ◦ green 2 ◦ blue 47

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

Shades of Crimson #D2022F

Tints of Crimson #D2022F

RGB

 RED value IS 210 (82.42% from 255) = 81.08%

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

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

R = 81.08%
G = 0.77%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2022F (or 0xD2022F) is known color: Crimson. HEX triplet: D2, 02 and 2F. RGB value is (210,2,47). Sum of RGB (Red+Green+Blue) = 210+2+47=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D2022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2022F is #2DFDD0. Grayscale: #454545. Windows color (decimal): -3014097 or 3080914. OLE color: 3080914.

HSL color Cylindrical-coordinate representation of color #D2022F: hue angle of 347.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2022F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 47 -
CMYK 0 0.99 0.78 0.18
HSL 347.02º 0.98% 0.42% -
HSV(B) 347.02º 0.99% 0.82% -
XYZ 27.11 13.95 3.95 -
YUV 69.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 210 2 47 0 0.99 0.78 0.18 347.02 0.98 0.42
Hex D2 2 2F 0 63 4E 12 15B 62 2A
Octal 322 2 57 0 143 116 22 533 142 52
Binary 11010010 10 101111 0 1100011 1001110 10010 101011011 1100010 101010

Color Harmonies of #D2022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2022F

Black with #D2022F

Text Example


Text Example

White with #D2022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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