Html Css Color HEX #D83C2E Cinnabar

📋 copy color: '#D83C2E'

red 216 ◦ green 60 ◦ blue 46

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

Shades of Cinnabar #D83C2E

Tints of Cinnabar #D83C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 67.08%
G = 18.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D83C2E (or 0xD83C2E) is known color: Cinnabar. HEX triplet: D8, 3C and 2E. RGB value is (216,60,46). Sum of RGB (Red+Green+Blue) = 216+60+46=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C2E is #27C3D1. Grayscale: #696969. Windows color (decimal): -2606034 or 3030232. OLE color: 3030232.

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

Color convert

RGB 216 60 46 -
CMYK 0 0.72 0.79 0.15
HSL 4.94º 0.69% 0.51% -
HSV(B) 4.94º 0.79% 0.85% -
XYZ 30.43 18.03 4.46 -
YUV 105.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 216 60 46 0 0.72 0.79 0.15 4.94 0.69 0.51
Hex D8 3C 2E 0 48 4F F 5 45 33
Octal 330 74 56 0 110 117 17 5 105 63
Binary 11011000 111100 101110 0 1001000 1001111 1111 101 1000101 110011

Color Harmonies of #D83C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C2E

Black with #D83C2E

Text Example


Text Example

White with #D83C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C2E; }

 p { color: rgb(216,60,46); }

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

background-color css

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

 a { background-color: rgb(216,60,46); }

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

border-color css

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

 span { border-color: rgb(216,60,46); }

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