Html Css Color HEX #D84121 Cinnabar

📋 copy color: '#D84121'

red 216 ◦ green 65 ◦ blue 33

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

Shades of Cinnabar #D84121

Tints of Cinnabar #D84121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 68.79%
G = 20.7%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84121 (or 0xD84121) is known color: Cinnabar. HEX triplet: D8, 41 and 21. RGB value is (216,65,33). Sum of RGB (Red+Green+Blue) = 216+65+33=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D84121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84121 is #27BEDE. Grayscale: #6A6A6A. Windows color (decimal): -2604767 or 2179544. OLE color: 2179544.

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

Color convert

RGB 216 65 33 -
CMYK 0 0.70 0.85 0.15
HSL 10.49º 0.73% 0.49% -
HSV(B) 10.49º 0.85% 0.85% -
XYZ 30.48 18.49 3.4 -
YUV 106.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 216 65 33 0 0.70 0.85 0.15 10.49 0.73 0.49
Hex D8 41 21 0 46 55 F A 49 31
Octal 330 101 41 0 106 125 17 12 111 61
Binary 11011000 1000001 100001 0 1000110 1010101 1111 1010 1001001 110001

Color Harmonies of #D84121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84121

Black with #D84121

Text Example


Text Example

White with #D84121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84121; }

 p { color: rgb(216,65,33); }

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

background-color css

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

 a { background-color: rgb(216,65,33); }

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

border-color css

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

 span { border-color: rgb(216,65,33); }

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