Html Css Color HEX #D4462B Cinnabar

📋 copy color: '#D4462B'

red 212 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #D4462B

Tints of Cinnabar #D4462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 65.23%
G = 21.54%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4462B (or 0xD4462B) is known color: Cinnabar. HEX triplet: D4, 46 and 2B. RGB value is (212,70,43). Sum of RGB (Red+Green+Blue) = 212+70+43=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4462B is #2BB9D4. Grayscale: #6D6D6D. Windows color (decimal): -2865621 or 2836180. OLE color: 2836180.

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

Color convert

RGB 212 70 43 -
CMYK 0 0.67 0.80 0.17
HSL 9.59º 0.66% 0.5% -
HSV(B) 9.59º 0.8% 0.83% -
XYZ 29.78 18.55 4.3 -
YUV 109.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 212 70 43 0 0.67 0.80 0.17 9.59 0.66 0.5
Hex D4 46 2B 0 43 50 11 A 42 32
Octal 324 106 53 0 103 120 21 12 102 62
Binary 11010100 1000110 101011 0 1000011 1010000 10001 1010 1000010 110010

Color Harmonies of #D4462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4462B

Black with #D4462B

Text Example


Text Example

White with #D4462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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