Html Css Color HEX #D30C3B Crimson

📋 copy color: '#D30C3B'

red 211 ◦ green 12 ◦ blue 59

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

Shades of Crimson #D30C3B

Tints of Crimson #D30C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 74.82%
G = 4.26%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D30C3B (or 0xD30C3B) is known color: Crimson. HEX triplet: D3, 0C and 3B. RGB value is (211,12,59). Sum of RGB (Red+Green+Blue) = 211+12+59=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30C3B is #2CF3C4. Grayscale: #4C4C4C. Windows color (decimal): -2945989 or 3869907. OLE color: 3869907.

HSL color Cylindrical-coordinate representation of color #D30C3B: hue angle of 345.83º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C3B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 59 -
CMYK 0 0.94 0.72 0.17
HSL 345.83º 0.89% 0.44% -
HSV(B) 345.83º 0.94% 0.83% -
XYZ 27.78 14.43 5.46 -
YUV 76.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 211 12 59 0 0.94 0.72 0.17 345.83 0.89 0.44
Hex D3 C 3B 0 5E 48 11 15A 59 2C
Octal 323 14 73 0 136 110 21 532 131 54
Binary 11010011 1100 111011 0 1011110 1001000 10001 101011010 1011001 101100

Color Harmonies of #D30C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C3B

Black with #D30C3B

Text Example


Text Example

White with #D30C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C3B; }

 p { color: rgb(211,12,59); }

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

background-color css

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

 a { background-color: rgb(211,12,59); }

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

border-color css

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

 span { border-color: rgb(211,12,59); }

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