Html Css Color HEX #D84030 Cinnabar

📋 copy color: '#D84030'

red 216 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #D84030

Tints of Cinnabar #D84030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 65.85%
G = 19.51%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84030 (or 0xD84030) is known color: Cinnabar. HEX triplet: D8, 40 and 30. RGB value is (216,64,48). Sum of RGB (Red+Green+Blue) = 216+64+48=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D84030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84030 is #27BFCF. Grayscale: #6B6B6B. Windows color (decimal): -2605008 or 3162328. OLE color: 3162328.

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

Color convert

RGB 216 64 48 -
CMYK 0 0.70 0.78 0.15
HSL 5.71º 0.68% 0.52% -
HSV(B) 5.71º 0.78% 0.85% -
XYZ 30.69 18.48 4.75 -
YUV 107.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 216 64 48 0 0.70 0.78 0.15 5.71 0.68 0.52
Hex D8 40 30 0 46 4E F 6 44 34
Octal 330 100 60 0 106 116 17 6 104 64
Binary 11011000 1000000 110000 0 1000110 1001110 1111 110 1000100 110100

Color Harmonies of #D84030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84030

Black with #D84030

Text Example


Text Example

White with #D84030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84030; }

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

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

background-color css

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

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

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

border-color css

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

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

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