Html Css Color HEX #D84741 Cinnabar

📋 copy color: '#D84741'

red 216 ◦ green 71 ◦ blue 65

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

Shades of Cinnabar #D84741

Tints of Cinnabar #D84741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 61.36%
G = 20.17%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84741 (or 0xD84741) is known color: Cinnabar. HEX triplet: D8, 47 and 41. RGB value is (216,71,65). Sum of RGB (Red+Green+Blue) = 216+71+65=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84741 is #27B8BE. Grayscale: #717171. Windows color (decimal): -2603199 or 4278232. OLE color: 4278232.

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

Color convert

RGB 216 71 65 -
CMYK 0 0.67 0.70 0.15
HSL 2.38º 0.66% 0.55% -
HSV(B) 2.38º 0.7% 0.85% -
XYZ 31.53 19.49 7.1 -
YUV 113.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 216 71 65 0 0.67 0.70 0.15 2.38 0.66 0.55
Hex D8 47 41 0 43 46 F 2 42 37
Octal 330 107 101 0 103 106 17 2 102 67
Binary 11011000 1000111 1000001 0 1000011 1000110 1111 10 1000010 110111

Color Harmonies of #D84741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84741

Black with #D84741

Text Example


Text Example

White with #D84741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84741; }

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

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

background-color css

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

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

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

border-color css

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

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

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