Html Css Color HEX #D3412F Cinnabar

📋 copy color: '#D3412F'

red 211 ◦ green 65 ◦ blue 47

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

Shades of Cinnabar #D3412F

Tints of Cinnabar #D3412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 65.33%
G = 20.12%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3412F (or 0xD3412F) is known color: Cinnabar. HEX triplet: D3, 41 and 2F. RGB value is (211,65,47). Sum of RGB (Red+Green+Blue) = 211+65+47=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3412F is #2CBED0. Grayscale: #6A6A6A. Windows color (decimal): -2932433 or 3097043. OLE color: 3097043.

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

Color convert

RGB 211 65 47 -
CMYK 0 0.69 0.78 0.17
HSL 6.59º 0.65% 0.51% -
HSV(B) 6.59º 0.78% 0.83% -
XYZ 29.27 17.83 4.59 -
YUV 106.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 211 65 47 0 0.69 0.78 0.17 6.59 0.65 0.51
Hex D3 41 2F 0 45 4E 11 7 41 33
Octal 323 101 57 0 105 116 21 7 101 63
Binary 11010011 1000001 101111 0 1000101 1001110 10001 111 1000001 110011

Color Harmonies of #D3412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3412F

Black with #D3412F

Text Example


Text Example

White with #D3412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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