Html Css Color HEX #D93F2D Cinnabar

📋 copy color: '#D93F2D'

red 217 ◦ green 63 ◦ blue 45

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

Shades of Cinnabar #D93F2D

Tints of Cinnabar #D93F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 66.77%
G = 19.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D93F2D (or 0xD93F2D) is known color: Cinnabar. HEX triplet: D9, 3F and 2D. RGB value is (217,63,45). Sum of RGB (Red+Green+Blue) = 217+63+45=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F2D is #26C0D2. Grayscale: #6B6B6B. Windows color (decimal): -2539731 or 2965465. OLE color: 2965465.

HSL color Cylindrical-coordinate representation of color #D93F2D: hue angle of 6.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D93F2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 63 45 -
CMYK 0 0.71 0.79 0.15
HSL 6.28º 0.69% 0.51% -
HSV(B) 6.28º 0.79% 0.85% -
XYZ 30.87 18.5 4.43 -
YUV 106.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 217 63 45 0 0.71 0.79 0.15 6.28 0.69 0.51
Hex D9 3F 2D 0 47 4F F 6 45 33
Octal 331 77 55 0 107 117 17 6 105 63
Binary 11011001 111111 101101 0 1000111 1001111 1111 110 1000101 110011

Color Harmonies of #D93F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F2D

Black with #D93F2D

Text Example


Text Example

White with #D93F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F2D; }

 p { color: rgb(217,63,45); }

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

background-color css

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

 a { background-color: rgb(217,63,45); }

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

border-color css

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

 span { border-color: rgb(217,63,45); }

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