Html Css Color HEX #D30142 Crimson

📋 copy color: '#D30142'

red 211 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D30142

Tints of Crimson #D30142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 75.9%
G = 0.36%
B = 23.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D30142 (or 0xD30142) is known color: Crimson. HEX triplet: D3, 01 and 42. RGB value is (211,1,66). Sum of RGB (Red+Green+Blue) = 211+1+66=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D30142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30142 is #2CFEBD. Grayscale: #474747. Windows color (decimal): -2948798 or 4325843. OLE color: 4325843.

HSL color Cylindrical-coordinate representation of color #D30142: hue angle of 341.43º 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 #D30142 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 66 -
CMYK 0 1.00 0.69 0.17
HSL 341.43º 0.99% 0.42% -
HSV(B) 341.43º 1% 0.83% -
XYZ 27.86 14.26 6.44 -
YUV 71.2 125.07 227.71 -
System Red Green Blue C M Y K H S L
Decimal 211 1 66 0 1.00 0.69 0.17 341.43 0.99 0.42
Hex D3 1 42 0 64 45 11 155 63 2A
Octal 323 1 102 0 144 105 21 525 143 52
Binary 11010011 1 1000010 0 1100100 1000101 10001 101010101 1100011 101010

Color Harmonies of #D30142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30142

Black with #D30142

Text Example


Text Example

White with #D30142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30142; }

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

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

background-color css

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

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

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

border-color css

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

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

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