Html Css Color HEX #D83A2F Cinnabar

📋 copy color: '#D83A2F'

red 216 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #D83A2F

Tints of Cinnabar #D83A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 67.29%
G = 18.07%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83A2F (or 0xD83A2F) is known color: Cinnabar. HEX triplet: D8, 3A and 2F. RGB value is (216,58,47). Sum of RGB (Red+Green+Blue) = 216+58+47=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A2F is #27C5D0. Grayscale: #686868. Windows color (decimal): -2606545 or 3095256. OLE color: 3095256.

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

Color convert

RGB 216 58 47 -
CMYK 0 0.73 0.78 0.15
HSL 3.91º 0.68% 0.52% -
HSV(B) 3.91º 0.78% 0.85% -
XYZ 30.35 17.83 4.53 -
YUV 103.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 216 58 47 0 0.73 0.78 0.15 3.91 0.68 0.52
Hex D8 3A 2F 0 49 4E F 4 44 34
Octal 330 72 57 0 111 116 17 4 104 64
Binary 11011000 111010 101111 0 1001001 1001110 1111 100 1000100 110100

Color Harmonies of #D83A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A2F

Black with #D83A2F

Text Example


Text Example

White with #D83A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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