Html Css Color HEX #D30136 Crimson

📋 copy color: '#D30136'

red 211 ◦ green 1 ◦ blue 54

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

Shades of Crimson #D30136

Tints of Crimson #D30136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 79.32%
G = 0.38%
B = 20.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D30136 (or 0xD30136) is known color: Crimson. HEX triplet: D3, 01 and 36. RGB value is (211,1,54). Sum of RGB (Red+Green+Blue) = 211+1+54=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D30136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30136 is #2CFEC9. Grayscale: #454545. Windows color (decimal): -2948810 or 3539411. OLE color: 3539411.

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

Color convert

RGB 211 1 54 -
CMYK 0 1.00 0.74 0.17
HSL 344.86º 0.99% 0.42% -
HSV(B) 344.86º 1% 0.83% -
XYZ 27.54 14.14 4.77 -
YUV 69.83 119.07 228.69 -
System Red Green Blue C M Y K H S L
Decimal 211 1 54 0 1.00 0.74 0.17 344.86 0.99 0.42
Hex D3 1 36 0 64 4A 11 159 63 2A
Octal 323 1 66 0 144 112 21 531 143 52
Binary 11010011 1 110110 0 1100100 1001010 10001 101011001 1100011 101010

Color Harmonies of #D30136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30136

Black with #D30136

Text Example


Text Example

White with #D30136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30136; }

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

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

background-color css

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

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

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

border-color css

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

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

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