Html Css Color HEX #D63F29 Cinnabar

📋 copy color: '#D63F29'

red 214 ◦ green 63 ◦ blue 41

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

Shades of Cinnabar #D63F29

Tints of Cinnabar #D63F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 67.3%
G = 19.81%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63F29 (or 0xD63F29) is known color: Cinnabar. HEX triplet: D6, 3F and 29. RGB value is (214,63,41). Sum of RGB (Red+Green+Blue) = 214+63+41=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F29 is #29C0D6. Grayscale: #696969. Windows color (decimal): -2736343 or 2703318. OLE color: 2703318.

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

Color convert

RGB 214 63 41 -
CMYK 0 0.71 0.81 0.16
HSL 7.63º 0.68% 0.5% -
HSV(B) 7.63º 0.81% 0.84% -
XYZ 29.91 18.01 4 -
YUV 105.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 214 63 41 0 0.71 0.81 0.16 7.63 0.68 0.5
Hex D6 3F 29 0 47 51 10 8 44 32
Octal 326 77 51 0 107 121 20 10 104 62
Binary 11010110 111111 101001 0 1000111 1010001 10000 1000 1000100 110010

Color Harmonies of #D63F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F29

Black with #D63F29

Text Example


Text Example

White with #D63F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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