Html Css Color HEX #D63F27 Cinnabar

📋 copy color: '#D63F27'

red 214 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #D63F27

Tints of Cinnabar #D63F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 67.72%
G = 19.94%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D63F27 (or 0xD63F27) is known color: Cinnabar. HEX triplet: D6, 3F and 27. RGB value is (214,63,39). Sum of RGB (Red+Green+Blue) = 214+63+39=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F27 is #29C0D8. Grayscale: #696969. Windows color (decimal): -2736345 or 2572246. OLE color: 2572246.

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

Color convert

RGB 214 63 39 -
CMYK 0 0.71 0.82 0.16
HSL 8.23º 0.69% 0.5% -
HSV(B) 8.23º 0.82% 0.84% -
XYZ 29.88 18 3.82 -
YUV 105.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 214 63 39 0 0.71 0.82 0.16 8.23 0.69 0.5
Hex D6 3F 27 0 47 52 10 8 45 32
Octal 326 77 47 0 107 122 20 10 105 62
Binary 11010110 111111 100111 0 1000111 1010010 10000 1000 1000101 110010

Color Harmonies of #D63F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F27

Black with #D63F27

Text Example


Text Example

White with #D63F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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