Html Css Color HEX #D34126 Cinnabar

📋 copy color: '#D34126'

red 211 ◦ green 65 ◦ blue 38

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

Shades of Cinnabar #D34126

Tints of Cinnabar #D34126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 67.2%
G = 20.7%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D34126 (or 0xD34126) is known color: Cinnabar. HEX triplet: D3, 41 and 26. RGB value is (211,65,38). Sum of RGB (Red+Green+Blue) = 211+65+38=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D34126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34126 is #2CBED9. Grayscale: #696969. Windows color (decimal): -2932442 or 2507219. OLE color: 2507219.

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

Color convert

RGB 211 65 38 -
CMYK 0 0.69 0.82 0.17
HSL 9.36º 0.69% 0.49% -
HSV(B) 9.36º 0.82% 0.83% -
XYZ 29.1 17.77 3.73 -
YUV 105.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 211 65 38 0 0.69 0.82 0.17 9.36 0.69 0.49
Hex D3 41 26 0 45 52 11 9 45 31
Octal 323 101 46 0 105 122 21 11 105 61
Binary 11010011 1000001 100110 0 1000101 1010010 10001 1001 1000101 110001

Color Harmonies of #D34126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34126

Black with #D34126

Text Example


Text Example

White with #D34126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34126; }

 p { color: rgb(211,65,38); }

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

background-color css

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

 a { background-color: rgb(211,65,38); }

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

border-color css

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

 span { border-color: rgb(211,65,38); }

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