Html Css Color HEX #D84230 Cinnabar

📋 copy color: '#D84230'

red 216 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #D84230

Tints of Cinnabar #D84230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 65.45%
G = 20%
B = 14.55%

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

#D84230 (or 0xD84230) is known color: Cinnabar. HEX triplet: D8, 42 and 30. RGB value is (216,66,48). Sum of RGB (Red+Green+Blue) = 216+66+48=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D84230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84230 is #27BDCF. Grayscale: #6D6D6D. Windows color (decimal): -2604496 or 3162840. OLE color: 3162840.

HSL color Cylindrical-coordinate representation of color #D84230: hue angle of 6.43º 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 #D84230 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 48 -
CMYK 0 0.69 0.78 0.15
HSL 6.43º 0.68% 0.52% -
HSV(B) 6.43º 0.78% 0.85% -
XYZ 30.8 18.71 4.78 -
YUV 108.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 216 66 48 0 0.69 0.78 0.15 6.43 0.68 0.52
Hex D8 42 30 0 45 4E F 6 44 34
Octal 330 102 60 0 105 116 17 6 104 64
Binary 11011000 1000010 110000 0 1000101 1001110 1111 110 1000100 110100

Color Harmonies of #D84230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84230

Black with #D84230

Text Example


Text Example

White with #D84230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84230; }

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

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

background-color css

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

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

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

border-color css

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

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

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