Html Css Color HEX #D4453D Cinnabar

📋 copy color: '#D4453D'

red 212 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #D4453D

Tints of Cinnabar #D4453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 61.99%
G = 20.18%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4453D (or 0xD4453D) is known color: Cinnabar. HEX triplet: D4, 45 and 3D. RGB value is (212,69,61). Sum of RGB (Red+Green+Blue) = 212+69+61=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4453D is #2BBAC2. Grayscale: #6F6F6F. Windows color (decimal): -2865859 or 4015572. OLE color: 4015572.

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

Color convert

RGB 212 69 61 -
CMYK 0 0.67 0.71 0.17
HSL 3.18º 0.64% 0.54% -
HSV(B) 3.18º 0.71% 0.83% -
XYZ 30.12 18.59 6.42 -
YUV 110.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 212 69 61 0 0.67 0.71 0.17 3.18 0.64 0.54
Hex D4 45 3D 0 43 47 11 3 40 36
Octal 324 105 75 0 103 107 21 3 100 66
Binary 11010100 1000101 111101 0 1000011 1000111 10001 11 1000000 110110

Color Harmonies of #D4453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4453D

Black with #D4453D

Text Example


Text Example

White with #D4453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4453D; }

 p { color: rgb(212,69,61); }

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

background-color css

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

 a { background-color: rgb(212,69,61); }

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

border-color css

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

 span { border-color: rgb(212,69,61); }

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