Html Css Color HEX #D83F30 Cinnabar

📋 copy color: '#D83F30'

red 216 ◦ green 63 ◦ blue 48

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

Shades of Cinnabar #D83F30

Tints of Cinnabar #D83F30

RGB

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

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

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

R = 66.06%
G = 19.27%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83F30 (or 0xD83F30) is known color: Cinnabar. HEX triplet: D8, 3F and 30. RGB value is (216,63,48). Sum of RGB (Red+Green+Blue) = 216+63+48=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F30 is #27C0CF. Grayscale: #6B6B6B. Windows color (decimal): -2605264 or 3162072. OLE color: 3162072.

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

Color convert

RGB 216 63 48 -
CMYK 0 0.71 0.78 0.15
HSL 5.36º 0.68% 0.52% -
HSV(B) 5.36º 0.78% 0.85% -
XYZ 30.63 18.37 4.73 -
YUV 107.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 216 63 48 0 0.71 0.78 0.15 5.36 0.68 0.52
Hex D8 3F 30 0 47 4E F 5 44 34
Octal 330 77 60 0 107 116 17 5 104 64
Binary 11011000 111111 110000 0 1000111 1001110 1111 101 1000100 110100

Color Harmonies of #D83F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F30

Black with #D83F30

Text Example


Text Example

White with #D83F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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