Html Css Color HEX #D30442 Crimson

📋 copy color: '#D30442'

red 211 ◦ green 4 ◦ blue 66

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

Shades of Crimson #D30442

Tints of Crimson #D30442

RGB

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

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

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

R = 75.09%
G = 1.42%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D30442 (or 0xD30442) is known color: Crimson. HEX triplet: D3, 04 and 42. RGB value is (211,4,66). Sum of RGB (Red+Green+Blue) = 211+4+66=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D30442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30442 is #2CFBBD. Grayscale: #484848. Windows color (decimal): -2948030 or 4326611. OLE color: 4326611.

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

Color convert

RGB 211 4 66 -
CMYK 0 0.98 0.69 0.17
HSL 342.03º 0.96% 0.42% -
HSV(B) 342.03º 0.98% 0.83% -
XYZ 27.89 14.33 6.45 -
YUV 72.96 124.08 226.46 -
System Red Green Blue C M Y K H S L
Decimal 211 4 66 0 0.98 0.69 0.17 342.03 0.96 0.42
Hex D3 4 42 0 62 45 11 156 60 2A
Octal 323 4 102 0 142 105 21 526 140 52
Binary 11010011 100 1000010 0 1100010 1000101 10001 101010110 1100000 101010

Color Harmonies of #D30442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30442

Black with #D30442

Text Example


Text Example

White with #D30442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30442; }

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

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

background-color css

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

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

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

border-color css

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

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

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