Html Css Color HEX #D63F31 Cinnabar

📋 copy color: '#D63F31'

red 214 ◦ green 63 ◦ blue 49

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

Shades of Cinnabar #D63F31

Tints of Cinnabar #D63F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 65.64%
G = 19.33%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63F31 (or 0xD63F31) is known color: Cinnabar. HEX triplet: D6, 3F and 31. RGB value is (214,63,49). Sum of RGB (Red+Green+Blue) = 214+63+49=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F31 is #29C0CE. Grayscale: #6A6A6A. Windows color (decimal): -2736335 or 3227606. OLE color: 3227606.

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

Color convert

RGB 214 63 49 -
CMYK 0 0.71 0.77 0.16
HSL 5.09º 0.67% 0.52% -
HSV(B) 5.09º 0.77% 0.84% -
XYZ 30.06 18.07 4.81 -
YUV 106.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 214 63 49 0 0.71 0.77 0.16 5.09 0.67 0.52
Hex D6 3F 31 0 47 4D 10 5 43 34
Octal 326 77 61 0 107 115 20 5 103 64
Binary 11010110 111111 110001 0 1000111 1001101 10000 101 1000011 110100

Color Harmonies of #D63F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F31

Black with #D63F31

Text Example


Text Example

White with #D63F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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