Html Css Color HEX #D4443D Cinnabar

📋 copy color: '#D4443D'

red 212 ◦ green 68 ◦ blue 61

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

Shades of Cinnabar #D4443D

Tints of Cinnabar #D4443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 62.17%
G = 19.94%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4443D (or 0xD4443D) is known color: Cinnabar. HEX triplet: D4, 44 and 3D. RGB value is (212,68,61). Sum of RGB (Red+Green+Blue) = 212+68+61=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4443D is #2BBBC2. Grayscale: #6E6E6E. Windows color (decimal): -2866115 or 4015316. OLE color: 4015316.

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

Color convert

RGB 212 68 61 -
CMYK 0 0.68 0.71 0.17
HSL 2.78º 0.64% 0.54% -
HSV(B) 2.78º 0.71% 0.83% -
XYZ 30.06 18.47 6.4 -
YUV 110.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 212 68 61 0 0.68 0.71 0.17 2.78 0.64 0.54
Hex D4 44 3D 0 44 47 11 3 40 36
Octal 324 104 75 0 104 107 21 3 100 66
Binary 11010100 1000100 111101 0 1000100 1000111 10001 11 1000000 110110

Color Harmonies of #D4443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4443D

Black with #D4443D

Text Example


Text Example

White with #D4443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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