Html Css Color HEX #D83F3D Cinnabar

📋 copy color: '#D83F3D'

red 216 ◦ green 63 ◦ blue 61

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

Shades of Cinnabar #D83F3D

Tints of Cinnabar #D83F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

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

R = 63.53%
G = 18.53%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D83F3D (or 0xD83F3D) is known color: Cinnabar. HEX triplet: D8, 3F and 3D. RGB value is (216,63,61). Sum of RGB (Red+Green+Blue) = 216+63+61=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F3D is #27C0C2. Grayscale: #6C6C6C. Windows color (decimal): -2605251 or 4014040. OLE color: 4014040.

HSL color Cylindrical-coordinate representation of color #D83F3D: hue angle of 0.77º 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 #D83F3D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 61 -
CMYK 0 0.71 0.72 0.15
HSL 0.77º 0.67% 0.54% -
HSV(B) 0.77º 0.72% 0.85% -
XYZ 30.94 18.49 6.35 -
YUV 108.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 216 63 61 0 0.71 0.72 0.15 0.77 0.67 0.54
Hex D8 3F 3D 0 47 48 F 1 43 36
Octal 330 77 75 0 107 110 17 1 103 66
Binary 11011000 111111 111101 0 1000111 1001000 1111 1 1000011 110110

Color Harmonies of #D83F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F3D

Black with #D83F3D

Text Example


Text Example

White with #D83F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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