Html Css Color HEX #D7463F Cinnabar

📋 copy color: '#D7463F'

red 215 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #D7463F

Tints of Cinnabar #D7463F

RGB

 RED value IS 215 (84.38% from 255) = 61.78%

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 61.78%
G = 20.11%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7463F (or 0xD7463F) is known color: Cinnabar. HEX triplet: D7, 46 and 3F. RGB value is (215,70,63). Sum of RGB (Red+Green+Blue) = 215+70+63=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7463F is #28B9C0. Grayscale: #707070. Windows color (decimal): -2668993 or 4146903. OLE color: 4146903.

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

Color convert

RGB 215 70 63 -
CMYK 0 0.67 0.71 0.16
HSL 2.76º 0.66% 0.55% -
HSV(B) 2.76º 0.71% 0.84% -
XYZ 31.11 19.19 6.77 -
YUV 112.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 215 70 63 0 0.67 0.71 0.16 2.76 0.66 0.55
Hex D7 46 3F 0 43 47 10 3 42 37
Octal 327 106 77 0 103 107 20 3 102 67
Binary 11010111 1000110 111111 0 1000011 1000111 10000 11 1000010 110111

Color Harmonies of #D7463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7463F

Black with #D7463F

Text Example


Text Example

White with #D7463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7463F; }

 p { color: rgb(215,70,63); }

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

background-color css

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

 a { background-color: rgb(215,70,63); }

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

border-color css

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

 span { border-color: rgb(215,70,63); }

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