Html Css Color HEX #D20438 Crimson

📋 copy color: '#D20438'

red 210 ◦ green 4 ◦ blue 56

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

Shades of Crimson #D20438

Tints of Crimson #D20438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 77.78%
G = 1.48%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D20438 (or 0xD20438) is known color: Crimson. HEX triplet: D2, 04 and 38. RGB value is (210,4,56). Sum of RGB (Red+Green+Blue) = 210+4+56=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D20438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20438 is #2DFBC7. Grayscale: #474747. Windows color (decimal): -3013576 or 3671250. OLE color: 3671250.

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

Color convert

RGB 210 4 56 -
CMYK 0 0.98 0.73 0.18
HSL 344.85º 0.96% 0.42% -
HSV(B) 344.85º 0.98% 0.82% -
XYZ 27.34 14.07 5.02 -
YUV 71.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 210 4 56 0 0.98 0.73 0.18 344.85 0.96 0.42
Hex D2 4 38 0 62 49 12 159 60 2A
Octal 322 4 70 0 142 111 22 531 140 52
Binary 11010010 100 111000 0 1100010 1001001 10010 101011001 1100000 101010

Color Harmonies of #D20438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20438

Black with #D20438

Text Example


Text Example

White with #D20438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20438; }

 p { color: rgb(210,4,56); }

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

background-color css

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

 a { background-color: rgb(210,4,56); }

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

border-color css

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

 span { border-color: rgb(210,4,56); }

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