Html Css Color HEX #D83B30 Cinnabar

📋 copy color: '#D83B30'

red 216 ◦ green 59 ◦ blue 48

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

Shades of Cinnabar #D83B30

Tints of Cinnabar #D83B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 66.87%
G = 18.27%
B = 14.86%

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

#D83B30 (or 0xD83B30) is known color: Cinnabar. HEX triplet: D8, 3B and 30. RGB value is (216,59,48). Sum of RGB (Red+Green+Blue) = 216+59+48=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B30 is #27C4CF. Grayscale: #686868. Windows color (decimal): -2606288 or 3161048. OLE color: 3161048.

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

Color convert

RGB 216 59 48 -
CMYK 0 0.73 0.78 0.15
HSL 3.93º 0.68% 0.52% -
HSV(B) 3.93º 0.78% 0.85% -
XYZ 30.42 17.94 4.66 -
YUV 104.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 216 59 48 0 0.73 0.78 0.15 3.93 0.68 0.52
Hex D8 3B 30 0 49 4E F 4 44 34
Octal 330 73 60 0 111 116 17 4 104 64
Binary 11011000 111011 110000 0 1001001 1001110 1111 100 1000100 110100

Color Harmonies of #D83B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B30

Black with #D83B30

Text Example


Text Example

White with #D83B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B30; }

 p { color: rgb(216,59,48); }

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

background-color css

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

 a { background-color: rgb(216,59,48); }

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

border-color css

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

 span { border-color: rgb(216,59,48); }

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