Html Css Color HEX #D63F3E Cinnabar

📋 copy color: '#D63F3E'

red 214 ◦ green 63 ◦ blue 62

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

Shades of Cinnabar #D63F3E

Tints of Cinnabar #D63F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 63.13%
G = 18.58%
B = 18.29%

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

#D63F3E (or 0xD63F3E) is known color: Cinnabar. HEX triplet: D6, 3F and 3E. RGB value is (214,63,62). Sum of RGB (Red+Green+Blue) = 214+63+62=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F3E is #29C0C1. Grayscale: #6C6C6C. Windows color (decimal): -2736322 or 4079574. OLE color: 4079574.

HSL color Cylindrical-coordinate representation of color #D63F3E: hue angle of 0.39º 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 #D63F3E is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 62 -
CMYK 0 0.71 0.71 0.16
HSL 0.39º 0.65% 0.54% -
HSV(B) 0.39º 0.71% 0.84% -
XYZ 30.38 18.2 6.47 -
YUV 108.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 214 63 62 0 0.71 0.71 0.16 0.39 0.65 0.54
Hex D6 3F 3E 0 47 47 10 0 41 36
Octal 326 77 76 0 107 107 20 0 101 66
Binary 11010110 111111 111110 0 1000111 1000111 10000 0 1000001 110110

Color Harmonies of #D63F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F3E

Black with #D63F3E

Text Example


Text Example

White with #D63F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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