Html Css Color HEX #D63F3F Cinnabar

📋 copy color: '#D63F3F'

red 214 ◦ green 63 ◦ blue 63

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

Shades of Cinnabar #D63F3F

Tints of Cinnabar #D63F3F

RGB

 RED value IS 214 (83.98% from 255) = 62.94%

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

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

R = 62.94%
G = 18.53%
B = 18.53%

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

#D63F3F (or 0xD63F3F) is known color: Cinnabar. HEX triplet: D6, 3F and 3F. RGB value is (214,63,63). Sum of RGB (Red+Green+Blue) = 214+63+63=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F3F is #29C0C0. Grayscale: #6C6C6C. Windows color (decimal): -2736321 or 4145110. OLE color: 4145110.

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

Color convert

RGB 214 63 63 -
CMYK 0 0.71 0.71 0.16
HSL 0.65% 0.54% -
HSV(B) 0.71% 0.84% -
XYZ 30.41 18.21 6.61 -
YUV 108.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 214 63 63 0 0.71 0.71 0.16 0 0.65 0.54
Hex D6 3F 3F 0 47 47 10 0 41 36
Octal 326 77 77 0 107 107 20 0 101 66
Binary 11010110 111111 111111 0 1000111 1000111 10000 0 1000001 110110

Color Harmonies of #D63F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F3F

Black with #D63F3F

Text Example


Text Example

White with #D63F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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