Html Css Color HEX #D84430 Cinnabar

📋 copy color: '#D84430'

red 216 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #D84430

Tints of Cinnabar #D84430

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

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

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 65.06%
G = 20.48%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84430 (or 0xD84430) is known color: Cinnabar. HEX triplet: D8, 44 and 30. RGB value is (216,68,48). Sum of RGB (Red+Green+Blue) = 216+68+48=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D84430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84430 is #27BBCF. Grayscale: #6E6E6E. Windows color (decimal): -2603984 or 3163352. OLE color: 3163352.

HSL color Cylindrical-coordinate representation of color #D84430: hue angle of 7.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D84430 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 48 -
CMYK 0 0.69 0.78 0.15
HSL 7.14º 0.68% 0.52% -
HSV(B) 7.14º 0.78% 0.85% -
XYZ 30.92 18.95 4.82 -
YUV 109.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 216 68 48 0 0.69 0.78 0.15 7.14 0.68 0.52
Hex D8 44 30 0 45 4E F 7 44 34
Octal 330 104 60 0 105 116 17 7 104 64
Binary 11011000 1000100 110000 0 1000101 1001110 1111 111 1000100 110100

Color Harmonies of #D84430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84430

Black with #D84430

Text Example


Text Example

White with #D84430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84430; }

 p { color: rgb(216,68,48); }

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

background-color css

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

 a { background-color: rgb(216,68,48); }

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

border-color css

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

 span { border-color: rgb(216,68,48); }

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