Html Css Color HEX #D4092E Crimson

📋 copy color: '#D4092E'

red 212 ◦ green 9 ◦ blue 46

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

Shades of Crimson #D4092E

Tints of Crimson #D4092E

RGB

 RED value IS 212 (83.2% from 255) = 79.4%

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

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

R = 79.4%
G = 3.37%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4092E (or 0xD4092E) is known color: Crimson. HEX triplet: D4, 09 and 2E. RGB value is (212,9,46). Sum of RGB (Red+Green+Blue) = 212+9+46=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D4092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4092E is #2BF6D1. Grayscale: #494949. Windows color (decimal): -2881234 or 3017172. OLE color: 3017172.

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

Color convert

RGB 212 9 46 -
CMYK 0 0.96 0.78 0.17
HSL 349.06º 0.92% 0.43% -
HSV(B) 349.06º 0.96% 0.83% -
XYZ 27.74 14.39 3.9 -
YUV 73.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 212 9 46 0 0.96 0.78 0.17 349.06 0.92 0.43
Hex D4 9 2E 0 60 4E 11 15D 5C 2B
Octal 324 11 56 0 140 116 21 535 134 53
Binary 11010100 1001 101110 0 1100000 1001110 10001 101011101 1011100 101011

Color Harmonies of #D4092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4092E

Black with #D4092E

Text Example


Text Example

White with #D4092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4092E; }

 p { color: rgb(212,9,46); }

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

background-color css

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

 a { background-color: rgb(212,9,46); }

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

border-color css

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

 span { border-color: rgb(212,9,46); }

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