Html Css Color HEX #D84A3D Cinnabar

📋 copy color: '#D84A3D'

red 216 ◦ green 74 ◦ blue 61

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

Shades of Cinnabar #D84A3D

Tints of Cinnabar #D84A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 61.54%
G = 21.08%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D84A3D (or 0xD84A3D) is known color: Cinnabar. HEX triplet: D8, 4A and 3D. RGB value is (216,74,61). Sum of RGB (Red+Green+Blue) = 216+74+61=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A3D is #27B5C2. Grayscale: #737373. Windows color (decimal): -2602435 or 4016856. OLE color: 4016856.

HSL color Cylindrical-coordinate representation of color #D84A3D: hue angle of 5.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D84A3D is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 61 -
CMYK 0 0.66 0.72 0.15
HSL 5.03º 0.67% 0.54% -
HSV(B) 5.03º 0.72% 0.85% -
XYZ 31.61 19.83 6.58 -
YUV 114.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 216 74 61 0 0.66 0.72 0.15 5.03 0.67 0.54
Hex D8 4A 3D 0 42 48 F 5 43 36
Octal 330 112 75 0 102 110 17 5 103 66
Binary 11011000 1001010 111101 0 1000010 1001000 1111 101 1000011 110110

Color Harmonies of #D84A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A3D

Black with #D84A3D

Text Example


Text Example

White with #D84A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A3D; }

 p { color: rgb(216,74,61); }

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

background-color css

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

 a { background-color: rgb(216,74,61); }

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

border-color css

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

 span { border-color: rgb(216,74,61); }

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