Html Css Color HEX #D73F3F Cinnabar

📋 copy color: '#D73F3F'

red 215 ◦ green 63 ◦ blue 63

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

Shades of Cinnabar #D73F3F

Tints of Cinnabar #D73F3F

RGB

 RED value IS 215 (84.38% from 255) = 63.05%

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 63.05%
G = 18.48%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D73F3F (or 0xD73F3F) is known color: Cinnabar. HEX triplet: D7, 3F and 3F. RGB value is (215,63,63). Sum of RGB (Red+Green+Blue) = 215+63+63=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F3F is #28C0C0. Grayscale: #6C6C6C. Windows color (decimal): -2670785 or 4145111. OLE color: 4145111.

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

Color convert

RGB 215 63 63 -
CMYK 0 0.71 0.71 0.16
HSL 0.66% 0.55% -
HSV(B) 0.71% 0.84% -
XYZ 30.7 18.36 6.63 -
YUV 108.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 215 63 63 0 0.71 0.71 0.16 0 0.66 0.55
Hex D7 3F 3F 0 47 47 10 0 42 37
Octal 327 77 77 0 107 107 20 0 102 67
Binary 11010111 111111 111111 0 1000111 1000111 10000 0 1000010 110111

Color Harmonies of #D73F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F3F

Black with #D73F3F

Text Example


Text Example

White with #D73F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F3F; }

 p { color: rgb(215,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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