Html Css Color HEX #D93D3D Cinnabar

📋 copy color: '#D93D3D'

red 217 ◦ green 61 ◦ blue 61

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

Shades of Cinnabar #D93D3D

Tints of Cinnabar #D93D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 64.01%
G = 17.99%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D93D3D (or 0xD93D3D) is known color: Cinnabar. HEX triplet: D9, 3D and 3D. RGB value is (217,61,61). Sum of RGB (Red+Green+Blue) = 217+61+61=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D3D is #26C2C2. Grayscale: #6B6B6B. Windows color (decimal): -2540227 or 4013529. OLE color: 4013529.

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

Color convert

RGB 217 61 61 -
CMYK 0 0.72 0.72 0.15
HSL 0.67% 0.55% -
HSV(B) 0.72% 0.85% -
XYZ 31.13 18.43 6.33 -
YUV 107.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 217 61 61 0 0.72 0.72 0.15 0 0.67 0.55
Hex D9 3D 3D 0 48 48 F 0 43 37
Octal 331 75 75 0 110 110 17 0 103 67
Binary 11011001 111101 111101 0 1001000 1001000 1111 0 1000011 110111

Color Harmonies of #D93D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D3D

Black with #D93D3D

Text Example


Text Example

White with #D93D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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