Html Css Color HEX #D30436 Crimson

📋 copy color: '#D30436'

red 211 ◦ green 4 ◦ blue 54

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

Shades of Crimson #D30436

Tints of Crimson #D30436

RGB

 RED value IS 211 (82.81% from 255) = 78.44%

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

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 78.44%
G = 1.49%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D30436 (or 0xD30436) is known color: Crimson. HEX triplet: D3, 04 and 36. RGB value is (211,4,54). Sum of RGB (Red+Green+Blue) = 211+4+54=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D30436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30436 is #2CFBC9. Grayscale: #474747. Windows color (decimal): -2948042 or 3540179. OLE color: 3540179.

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

Color convert

RGB 211 4 54 -
CMYK 0 0.98 0.74 0.17
HSL 345.51º 0.96% 0.42% -
HSV(B) 345.51º 0.98% 0.83% -
XYZ 27.57 14.2 4.78 -
YUV 71.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 211 4 54 0 0.98 0.74 0.17 345.51 0.96 0.42
Hex D3 4 36 0 62 4A 11 15A 60 2A
Octal 323 4 66 0 142 112 21 532 140 52
Binary 11010011 100 110110 0 1100010 1001010 10001 101011010 1100000 101010

Color Harmonies of #D30436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30436

Black with #D30436

Text Example


Text Example

White with #D30436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30436; }

 p { color: rgb(211,4,54); }

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

background-color css

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

 a { background-color: rgb(211,4,54); }

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

border-color css

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

 span { border-color: rgb(211,4,54); }

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