Html Css Color HEX #D83C3A Cinnabar

📋 copy color: '#D83C3A'

red 216 ◦ green 60 ◦ blue 58

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

Shades of Cinnabar #D83C3A

Tints of Cinnabar #D83C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 64.67%
G = 17.96%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D83C3A (or 0xD83C3A) is known color: Cinnabar. HEX triplet: D8, 3C and 3A. RGB value is (216,60,58). Sum of RGB (Red+Green+Blue) = 216+60+58=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C3A is #27C3C5. Grayscale: #6A6A6A. Windows color (decimal): -2606022 or 3816664. OLE color: 3816664.

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

Color convert

RGB 216 60 58 -
CMYK 0 0.72 0.73 0.15
HSL 0.76º 0.67% 0.54% -
HSV(B) 0.76º 0.73% 0.85% -
XYZ 30.7 18.14 5.89 -
YUV 106.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 216 60 58 0 0.72 0.73 0.15 0.76 0.67 0.54
Hex D8 3C 3A 0 48 49 F 1 43 36
Octal 330 74 72 0 110 111 17 1 103 66
Binary 11011000 111100 111010 0 1001000 1001001 1111 1 1000011 110110

Color Harmonies of #D83C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C3A

Black with #D83C3A

Text Example


Text Example

White with #D83C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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