Html Css Color HEX #69251E Red Oxide

📋 copy color: '#69251E'

red 105 ◦ green 37 ◦ blue 30

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

Shades of Red Oxide #69251E

Tints of Red Oxide #69251E

RGB

 RED value IS 105 (41.41% from 255) = 61.05%

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 61.05%
G = 21.51%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#69251E (or 0x69251E) is known color: Red Oxide. HEX triplet: 69, 25 and 1E. RGB value is (105,37,30). Sum of RGB (Red+Green+Blue) = 105+37+30=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69251E is #96DAE1. Grayscale: #383838. Windows color (decimal): -9886434 or 1975657. OLE color: 1975657.

HSL color Cylindrical-coordinate representation of color #69251E: hue angle of 5.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69251E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 37 30 -
CMYK 0 0.65 0.71 0.59
HSL 5.6º 0.56% 0.26% -
HSV(B) 5.6º 0.71% 0.41% -
XYZ 6.72 4.42 1.73 -
YUV 56.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 105 37 30 0 0.65 0.71 0.59 5.6 0.56 0.26
Hex 69 25 1E 0 41 47 3B 6 38 1A
Octal 151 45 36 0 101 107 73 6 70 32
Binary 1101001 100101 11110 0 1000001 1000111 111011 110 111000 11010

Color Harmonies of #69251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69251E

Black with #69251E

Text Example


Text Example

White with #69251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69251E; }

 p { color: rgb(105,37,30); }

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

background-color css

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

 a { background-color: rgb(105,37,30); }

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

border-color css

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

 span { border-color: rgb(105,37,30); }

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