Html Css Color HEX #D3452F Cinnabar

📋 copy color: '#D3452F'

red 211 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #D3452F

Tints of Cinnabar #D3452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 64.53%
G = 21.1%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3452F (or 0xD3452F) is known color: Cinnabar. HEX triplet: D3, 45 and 2F. RGB value is (211,69,47). Sum of RGB (Red+Green+Blue) = 211+69+47=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3452F is #2CBAD0. Grayscale: #6D6D6D. Windows color (decimal): -2931409 or 3098067. OLE color: 3098067.

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

Color convert

RGB 211 69 47 -
CMYK 0 0.67 0.78 0.17
HSL 8.05º 0.65% 0.51% -
HSV(B) 8.05º 0.78% 0.83% -
XYZ 29.51 18.31 4.67 -
YUV 108.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 211 69 47 0 0.67 0.78 0.17 8.05 0.65 0.51
Hex D3 45 2F 0 43 4E 11 8 41 33
Octal 323 105 57 0 103 116 21 10 101 63
Binary 11010011 1000101 101111 0 1000011 1001110 10001 1000 1000001 110011

Color Harmonies of #D3452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3452F

Black with #D3452F

Text Example


Text Example

White with #D3452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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