Html Css Color HEX #D30942 Crimson

📋 copy color: '#D30942'

red 211 ◦ green 9 ◦ blue 66

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

Shades of Crimson #D30942

Tints of Crimson #D30942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 73.78%
G = 3.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D30942 (or 0xD30942) is known color: Crimson. HEX triplet: D3, 09 and 42. RGB value is (211,9,66). Sum of RGB (Red+Green+Blue) = 211+9+66=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D30942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30942 is #2CF6BD. Grayscale: #4B4B4B. Windows color (decimal): -2946750 or 4327891. OLE color: 4327891.

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

Color convert

RGB 211 9 66 -
CMYK 0 0.96 0.69 0.17
HSL 343.07º 0.92% 0.43% -
HSV(B) 343.07º 0.96% 0.83% -
XYZ 27.95 14.44 6.47 -
YUV 75.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 211 9 66 0 0.96 0.69 0.17 343.07 0.92 0.43
Hex D3 9 42 0 60 45 11 157 5C 2B
Octal 323 11 102 0 140 105 21 527 134 53
Binary 11010011 1001 1000010 0 1100000 1000101 10001 101010111 1011100 101011

Color Harmonies of #D30942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30942

Black with #D30942

Text Example


Text Example

White with #D30942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30942; }

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

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

background-color css

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

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

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

border-color css

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

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

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