Html Css Color HEX #D2463F Cinnabar

📋 copy color: '#D2463F'

red 210 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #D2463F

Tints of Cinnabar #D2463F

RGB

 RED value IS 210 (82.42% from 255) = 61.22%

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

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

R = 61.22%
G = 20.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2463F (or 0xD2463F) is known color: Cinnabar. HEX triplet: D2, 46 and 3F. RGB value is (210,70,63). Sum of RGB (Red+Green+Blue) = 210+70+63=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2463F is #2DB9C0. Grayscale: #6F6F6F. Windows color (decimal): -2996673 or 4146898. OLE color: 4146898.

HSL color Cylindrical-coordinate representation of color #D2463F: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2463F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 63 -
CMYK 0 0.67 0.70 0.18
HSL 2.86º 0.62% 0.54% -
HSV(B) 2.86º 0.7% 0.82% -
XYZ 29.67 18.44 6.7 -
YUV 111.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 210 70 63 0 0.67 0.70 0.18 2.86 0.62 0.54
Hex D2 46 3F 0 43 46 12 3 3E 36
Octal 322 106 77 0 103 106 22 3 76 66
Binary 11010010 1000110 111111 0 1000011 1000110 10010 11 111110 110110

Color Harmonies of #D2463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2463F

Black with #D2463F

Text Example


Text Example

White with #D2463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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