Html Css Color HEX #D63F25 Cinnabar

📋 copy color: '#D63F25'

red 214 ◦ green 63 ◦ blue 37

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

Shades of Cinnabar #D63F25

Tints of Cinnabar #D63F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 68.15%
G = 20.06%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D63F25 (or 0xD63F25) is known color: Cinnabar. HEX triplet: D6, 3F and 25. RGB value is (214,63,37). Sum of RGB (Red+Green+Blue) = 214+63+37=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F25 is #29C0DA. Grayscale: #696969. Windows color (decimal): -2736347 or 2441174. OLE color: 2441174.

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

Color convert

RGB 214 63 37 -
CMYK 0 0.71 0.83 0.16
HSL 8.81º 0.71% 0.49% -
HSV(B) 8.81º 0.83% 0.84% -
XYZ 29.84 17.98 3.65 -
YUV 105.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 214 63 37 0 0.71 0.83 0.16 8.81 0.71 0.49
Hex D6 3F 25 0 47 53 10 9 47 31
Octal 326 77 45 0 107 123 20 11 107 61
Binary 11010110 111111 100101 0 1000111 1010011 10000 1001 1000111 110001

Color Harmonies of #D63F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F25

Black with #D63F25

Text Example


Text Example

White with #D63F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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