Html Css Color HEX #D63F39 Cinnabar

📋 copy color: '#D63F39'

red 214 ◦ green 63 ◦ blue 57

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

Shades of Cinnabar #D63F39

Tints of Cinnabar #D63F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 64.07%
G = 18.86%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63F39 (or 0xD63F39) is known color: Cinnabar. HEX triplet: D6, 3F and 39. RGB value is (214,63,57). Sum of RGB (Red+Green+Blue) = 214+63+57=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F39 is #29C0C6. Grayscale: #6B6B6B. Windows color (decimal): -2736327 or 3751894. OLE color: 3751894.

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

Color convert

RGB 214 63 57 -
CMYK 0 0.71 0.73 0.16
HSL 2.29º 0.66% 0.53% -
HSV(B) 2.29º 0.73% 0.84% -
XYZ 30.25 18.15 5.78 -
YUV 107.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 214 63 57 0 0.71 0.73 0.16 2.29 0.66 0.53
Hex D6 3F 39 0 47 49 10 2 42 35
Octal 326 77 71 0 107 111 20 2 102 65
Binary 11010110 111111 111001 0 1000111 1001001 10000 10 1000010 110101

Color Harmonies of #D63F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F39

Black with #D63F39

Text Example


Text Example

White with #D63F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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