Html Css Color HEX #D4453C Cinnabar

📋 copy color: '#D4453C'

red 212 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #D4453C

Tints of Cinnabar #D4453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 62.17%
G = 20.23%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4453C (or 0xD4453C) is known color: Cinnabar. HEX triplet: D4, 45 and 3C. RGB value is (212,69,60). Sum of RGB (Red+Green+Blue) = 212+69+60=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4453C is #2BBAC3. Grayscale: #6E6E6E. Windows color (decimal): -2865860 or 3950036. OLE color: 3950036.

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

Color convert

RGB 212 69 60 -
CMYK 0 0.67 0.72 0.17
HSL 3.55º 0.64% 0.53% -
HSV(B) 3.55º 0.72% 0.83% -
XYZ 30.1 18.58 6.27 -
YUV 110.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 212 69 60 0 0.67 0.72 0.17 3.55 0.64 0.53
Hex D4 45 3C 0 43 48 11 4 40 35
Octal 324 105 74 0 103 110 21 4 100 65
Binary 11010100 1000101 111100 0 1000011 1001000 10001 100 1000000 110101

Color Harmonies of #D4453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4453C

Black with #D4453C

Text Example


Text Example

White with #D4453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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