Html Css Color HEX #D93D30 Cinnabar

📋 copy color: '#D93D30'

red 217 ◦ green 61 ◦ blue 48

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

Shades of Cinnabar #D93D30

Tints of Cinnabar #D93D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 66.56%
G = 18.71%
B = 14.72%

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

#D93D30 (or 0xD93D30) is known color: Cinnabar. HEX triplet: D9, 3D and 30. RGB value is (217,61,48). Sum of RGB (Red+Green+Blue) = 217+61+48=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D30 is #26C2CF. Grayscale: #6A6A6A. Windows color (decimal): -2540240 or 3161561. OLE color: 3161561.

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

Color convert

RGB 217 61 48 -
CMYK 0 0.72 0.78 0.15
HSL 4.62º 0.69% 0.52% -
HSV(B) 4.62º 0.78% 0.85% -
XYZ 30.82 18.3 4.7 -
YUV 106.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 217 61 48 0 0.72 0.78 0.15 4.62 0.69 0.52
Hex D9 3D 30 0 48 4E F 5 45 34
Octal 331 75 60 0 110 116 17 5 105 64
Binary 11011001 111101 110000 0 1001000 1001110 1111 101 1000101 110100

Color Harmonies of #D93D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D30

Black with #D93D30

Text Example


Text Example

White with #D93D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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