Html Css Color HEX #D93B30 Cinnabar

📋 copy color: '#D93B30'

red 217 ◦ green 59 ◦ blue 48

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

Shades of Cinnabar #D93B30

Tints of Cinnabar #D93B30

RGB

 RED value IS 217 (85.16% from 255) = 66.98%

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

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

R = 66.98%
G = 18.21%
B = 14.81%

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

#D93B30 (or 0xD93B30) is known color: Cinnabar. HEX triplet: D9, 3B and 30. RGB value is (217,59,48). Sum of RGB (Red+Green+Blue) = 217+59+48=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B30 is #26C4CF. Grayscale: #696969. Windows color (decimal): -2540752 or 3161049. OLE color: 3161049.

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

Color convert

RGB 217 59 48 -
CMYK 0 0.73 0.78 0.15
HSL 3.91º 0.69% 0.52% -
HSV(B) 3.91º 0.78% 0.85% -
XYZ 30.71 18.09 4.67 -
YUV 104.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 217 59 48 0 0.73 0.78 0.15 3.91 0.69 0.52
Hex D9 3B 30 0 49 4E F 4 45 34
Octal 331 73 60 0 111 116 17 4 105 64
Binary 11011001 111011 110000 0 1001001 1001110 1111 100 1000101 110100

Color Harmonies of #D93B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B30

Black with #D93B30

Text Example


Text Example

White with #D93B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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