Html Css Color HEX #D93D22 Cinnabar

📋 copy color: '#D93D22'

red 217 ◦ green 61 ◦ blue 34

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

Shades of Cinnabar #D93D22

Tints of Cinnabar #D93D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 69.55%
G = 19.55%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D93D22 (or 0xD93D22) is known color: Cinnabar. HEX triplet: D9, 3D and 22. RGB value is (217,61,34). Sum of RGB (Red+Green+Blue) = 217+61+34=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D22 is #26C2DD. Grayscale: #686868. Windows color (decimal): -2540254 or 2244057. OLE color: 2244057.

HSL color Cylindrical-coordinate representation of color #D93D22: hue angle of 8.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D93D22 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 61 34 -
CMYK 0 0.72 0.84 0.15
HSL 8.85º 0.73% 0.49% -
HSV(B) 8.85º 0.84% 0.85% -
XYZ 30.57 18.2 3.42 -
YUV 104.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 217 61 34 0 0.72 0.84 0.15 8.85 0.73 0.49
Hex D9 3D 22 0 48 54 F 9 49 31
Octal 331 75 42 0 110 124 17 11 111 61
Binary 11011001 111101 100010 0 1001000 1010100 1111 1001 1001001 110001

Color Harmonies of #D93D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D22

Black with #D93D22

Text Example


Text Example

White with #D93D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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