Html Css Color HEX #D63F2F Cinnabar

📋 copy color: '#D63F2F'

red 214 ◦ green 63 ◦ blue 47

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

Shades of Cinnabar #D63F2F

Tints of Cinnabar #D63F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 66.05%
G = 19.44%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63F2F (or 0xD63F2F) is known color: Cinnabar. HEX triplet: D6, 3F and 2F. RGB value is (214,63,47). Sum of RGB (Red+Green+Blue) = 214+63+47=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F2F is #29C0D0. Grayscale: #6A6A6A. Windows color (decimal): -2736337 or 3096534. OLE color: 3096534.

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

Color convert

RGB 214 63 47 -
CMYK 0 0.71 0.78 0.16
HSL 5.75º 0.67% 0.51% -
HSV(B) 5.75º 0.78% 0.84% -
XYZ 30.02 18.06 4.59 -
YUV 106.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 214 63 47 0 0.71 0.78 0.16 5.75 0.67 0.51
Hex D6 3F 2F 0 47 4E 10 6 43 33
Octal 326 77 57 0 107 116 20 6 103 63
Binary 11010110 111111 101111 0 1000111 1001110 10000 110 1000011 110011

Color Harmonies of #D63F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F2F

Black with #D63F2F

Text Example


Text Example

White with #D63F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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