Html Css Color HEX #D00A2E Crimson

📋 copy color: '#D00A2E'

red 208 ◦ green 10 ◦ blue 46

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

Shades of Crimson #D00A2E

Tints of Crimson #D00A2E

RGB

 RED value IS 208 (81.64% from 255) = 78.79%

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 78.79%
G = 3.79%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D00A2E (or 0xD00A2E) is known color: Crimson. HEX triplet: D0, 0A and 2E. RGB value is (208,10,46). Sum of RGB (Red+Green+Blue) = 208+10+46=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A2E is #2FF5D1. Grayscale: #494949. Windows color (decimal): -3143122 or 3017424. OLE color: 3017424.

HSL color Cylindrical-coordinate representation of color #D00A2E: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A2E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 46 -
CMYK 0 0.95 0.78 0.18
HSL 349.09º 0.91% 0.43% -
HSV(B) 349.09º 0.95% 0.82% -
XYZ 26.61 13.82 3.85 -
YUV 73.31 112.6 224.07 -
System Red Green Blue C M Y K H S L
Decimal 208 10 46 0 0.95 0.78 0.18 349.09 0.91 0.43
Hex D0 A 2E 0 5F 4E 12 15D 5B 2B
Octal 320 12 56 0 137 116 22 535 133 53
Binary 11010000 1010 101110 0 1011111 1001110 10010 101011101 1011011 101011

Color Harmonies of #D00A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A2E

Black with #D00A2E

Text Example


Text Example

White with #D00A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A2E; }

 p { color: rgb(208,10,46); }

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

background-color css

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

 a { background-color: rgb(208,10,46); }

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

border-color css

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

 span { border-color: rgb(208,10,46); }

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