Html Css Color HEX #D84025 Cinnabar

📋 copy color: '#D84025'

red 216 ◦ green 64 ◦ blue 37

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

Shades of Cinnabar #D84025

Tints of Cinnabar #D84025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 68.14%
G = 20.19%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D84025 (or 0xD84025) is known color: Cinnabar. HEX triplet: D8, 40 and 25. RGB value is (216,64,37). Sum of RGB (Red+Green+Blue) = 216+64+37=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84025 is #27BFDA. Grayscale: #6A6A6A. Windows color (decimal): -2605019 or 2441432. OLE color: 2441432.

HSL color Cylindrical-coordinate representation of color #D84025: hue angle of 9.05º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84025 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 37 -
CMYK 0 0.70 0.83 0.15
HSL 9.05º 0.71% 0.5% -
HSV(B) 9.05º 0.83% 0.85% -
XYZ 30.49 18.4 3.69 -
YUV 106.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 216 64 37 0 0.70 0.83 0.15 9.05 0.71 0.5
Hex D8 40 25 0 46 53 F 9 47 32
Octal 330 100 45 0 106 123 17 11 107 62
Binary 11011000 1000000 100101 0 1000110 1010011 1111 1001 1000111 110010

Color Harmonies of #D84025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84025

Black with #D84025

Text Example


Text Example

White with #D84025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84025; }

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

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

background-color css

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

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

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

border-color css

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

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

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