Html Css Color HEX #D83C30 Cinnabar

📋 copy color: '#D83C30'

red 216 ◦ green 60 ◦ blue 48

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

Shades of Cinnabar #D83C30

Tints of Cinnabar #D83C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

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

R = 66.67%
G = 18.52%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83C30 (or 0xD83C30) is known color: Cinnabar. HEX triplet: D8, 3C and 30. RGB value is (216,60,48). Sum of RGB (Red+Green+Blue) = 216+60+48=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C30 is #27C3CF. Grayscale: #696969. Windows color (decimal): -2606032 or 3161304. OLE color: 3161304.

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

Color convert

RGB 216 60 48 -
CMYK 0 0.72 0.78 0.15
HSL 4.29º 0.68% 0.52% -
HSV(B) 4.29º 0.78% 0.85% -
XYZ 30.47 18.04 4.67 -
YUV 105.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 216 60 48 0 0.72 0.78 0.15 4.29 0.68 0.52
Hex D8 3C 30 0 48 4E F 4 44 34
Octal 330 74 60 0 110 116 17 4 104 64
Binary 11011000 111100 110000 0 1001000 1001110 1111 100 1000100 110100

Color Harmonies of #D83C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C30

Black with #D83C30

Text Example


Text Example

White with #D83C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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