Html Css Color HEX #702425 Red Berry

📋 copy color: '#702425'

red 112 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #702425

Tints of Red Berry #702425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 60.54%
G = 19.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702425 (or 0x702425) is known color: Red Berry. HEX triplet: 70, 24 and 25. RGB value is (112,36,37). Sum of RGB (Red+Green+Blue) = 112+36+37=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702425 is #8FDBDA. Grayscale: #3A3A3A. Windows color (decimal): -9427931 or 2434160. OLE color: 2434160.

HSL color Cylindrical-coordinate representation of color #702425: hue angle of 359.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702425 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 37 -
CMYK 0 0.68 0.67 0.56
HSL 359.21º 0.51% 0.29% -
HSV(B) 359.21º 0.68% 0.44% -
XYZ 7.65 4.84 2.28 -
YUV 58.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 112 36 37 0 0.68 0.67 0.56 359.21 0.51 0.29
Hex 70 24 25 0 44 43 38 167 33 1D
Octal 160 44 45 0 104 103 70 547 63 35
Binary 1110000 100100 100101 0 1000100 1000011 111000 101100111 110011 11101

Color Harmonies of #702425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702425

Black with #702425

Text Example


Text Example

White with #702425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702425; }

 p { color: rgb(112,36,37); }

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

background-color css

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

 a { background-color: rgb(112,36,37); }

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

border-color css

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

 span { border-color: rgb(112,36,37); }

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