Html Css Color HEX #D83F32 Cinnabar

📋 copy color: '#D83F32'

red 216 ◦ green 63 ◦ blue 50

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

Shades of Cinnabar #D83F32

Tints of Cinnabar #D83F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 65.65%
G = 19.15%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83F32 (or 0xD83F32) is known color: Cinnabar. HEX triplet: D8, 3F and 32. RGB value is (216,63,50). Sum of RGB (Red+Green+Blue) = 216+63+50=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F32 is #27C0CD. Grayscale: #6B6B6B. Windows color (decimal): -2605262 or 3293144. OLE color: 3293144.

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

Color convert

RGB 216 63 50 -
CMYK 0 0.71 0.77 0.15
HSL 4.7º 0.68% 0.52% -
HSV(B) 4.7º 0.77% 0.85% -
XYZ 30.67 18.38 4.95 -
YUV 107.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 216 63 50 0 0.71 0.77 0.15 4.7 0.68 0.52
Hex D8 3F 32 0 47 4D F 5 44 34
Octal 330 77 62 0 107 115 17 5 104 64
Binary 11011000 111111 110010 0 1000111 1001101 1111 101 1000100 110100

Color Harmonies of #D83F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F32

Black with #D83F32

Text Example


Text Example

White with #D83F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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