Html Css Color HEX #700E30 Claret

📋 copy color: '#700E30'

red 112 ◦ green 14 ◦ blue 48

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

Shades of Claret #700E30

Tints of Claret #700E30

RGB

 RED value IS 112 (44.14% from 255) = 64.37%

 GREEN value IS 14 (5.86% from 255) = 8.05%

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 64.37%
G = 8.05%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700E30 (or 0x700E30) is known color: Claret. HEX triplet: 70, 0E and 30. RGB value is (112,14,48). Sum of RGB (Red+Green+Blue) = 112+14+48=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E30 is #8FF1CF. Grayscale: #2F2F2F. Windows color (decimal): -9433552 or 3149424. OLE color: 3149424.

HSL color Cylindrical-coordinate representation of color #700E30: hue angle of 339.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E30 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 48 -
CMYK 0 0.88 0.57 0.56
HSL 339.18º 0.78% 0.25% -
HSV(B) 339.18º 0.88% 0.44% -
XYZ 7.37 3.97 3.17 -
YUV 47.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 112 14 48 0 0.88 0.57 0.56 339.18 0.78 0.25
Hex 70 E 30 0 58 39 38 153 4E 19
Octal 160 16 60 0 130 71 70 523 116 31
Binary 1110000 1110 110000 0 1011000 111001 111000 101010011 1001110 11001

Color Harmonies of #700E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E30

Black with #700E30

Text Example


Text Example

White with #700E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E30; }

 p { color: rgb(112,14,48); }

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

background-color css

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

 a { background-color: rgb(112,14,48); }

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

border-color css

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

 span { border-color: rgb(112,14,48); }

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