Html Css Color HEX #D4462D Cinnabar

📋 copy color: '#D4462D'

red 212 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #D4462D

Tints of Cinnabar #D4462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 64.83%
G = 21.41%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4462D (or 0xD4462D) is known color: Cinnabar. HEX triplet: D4, 46 and 2D. RGB value is (212,70,45). Sum of RGB (Red+Green+Blue) = 212+70+45=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4462D is #2BB9D2. Grayscale: #6D6D6D. Windows color (decimal): -2865619 or 2967252. OLE color: 2967252.

HSL color Cylindrical-coordinate representation of color #D4462D: hue angle of 8.98º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4462D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 45 -
CMYK 0 0.67 0.79 0.17
HSL 8.98º 0.66% 0.5% -
HSV(B) 8.98º 0.79% 0.83% -
XYZ 29.82 18.57 4.49 -
YUV 109.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 212 70 45 0 0.67 0.79 0.17 8.98 0.66 0.5
Hex D4 46 2D 0 43 4F 11 9 42 32
Octal 324 106 55 0 103 117 21 11 102 62
Binary 11010100 1000110 101101 0 1000011 1001111 10001 1001 1000010 110010

Color Harmonies of #D4462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4462D

Black with #D4462D

Text Example


Text Example

White with #D4462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4462D; }

 p { color: rgb(212,70,45); }

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

background-color css

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

 a { background-color: rgb(212,70,45); }

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

border-color css

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

 span { border-color: rgb(212,70,45); }

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