Html Css Color HEX #6F2425 Red Berry

📋 copy color: '#6F2425'

red 111 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #6F2425

Tints of Red Berry #6F2425

RGB

 RED value IS 111 (43.75% from 255) = 60.33%

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

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

R = 60.33%
G = 19.57%
B = 20.11%

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

#6F2425 (or 0x6F2425) is known color: Red Berry. HEX triplet: 6F, 24 and 25. RGB value is (111,36,37). Sum of RGB (Red+Green+Blue) = 111+36+37=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2425 is #90DBDA. Grayscale: #3A3A3A. Windows color (decimal): -9493467 or 2434159. OLE color: 2434159.

HSL color Cylindrical-coordinate representation of color #6F2425: hue angle of 359.2º 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 #6F2425 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 37 -
CMYK 0 0.68 0.67 0.56
HSL 359.2º 0.51% 0.29% -
HSV(B) 359.2º 0.68% 0.44% -
XYZ 7.52 4.77 2.28 -
YUV 58.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 111 36 37 0 0.68 0.67 0.56 359.2 0.51 0.29
Hex 6F 24 25 0 44 43 38 167 33 1D
Octal 157 44 45 0 104 103 70 547 63 35
Binary 1101111 100100 100101 0 1000100 1000011 111000 101100111 110011 11101

Color Harmonies of #6F2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2425

Black with #6F2425

Text Example


Text Example

White with #6F2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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