Html Css Color HEX #69241C Red Oxide

📋 copy color: '#69241C'

red 105 ◦ green 36 ◦ blue 28

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

Shades of Red Oxide #69241C

Tints of Red Oxide #69241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 62.13%
G = 21.3%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69241C (or 0x69241C) is known color: Red Oxide. HEX triplet: 69, 24 and 1C. RGB value is (105,36,28). Sum of RGB (Red+Green+Blue) = 105+36+28=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69241C is #96DBE3. Grayscale: #373737. Windows color (decimal): -9886692 or 1844329. OLE color: 1844329.

HSL color Cylindrical-coordinate representation of color #69241C: hue angle of 6.23º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69241C is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 36 28 -
CMYK 0 0.66 0.73 0.59
HSL 6.23º 0.58% 0.26% -
HSV(B) 6.23º 0.73% 0.41% -
XYZ 6.67 4.35 1.59 -
YUV 55.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 105 36 28 0 0.66 0.73 0.59 6.23 0.58 0.26
Hex 69 24 1C 0 42 49 3B 6 3A 1A
Octal 151 44 34 0 102 111 73 6 72 32
Binary 1101001 100100 11100 0 1000010 1001001 111011 110 111010 11010

Color Harmonies of #69241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69241C

Black with #69241C

Text Example


Text Example

White with #69241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69241C; }

 p { color: rgb(105,36,28); }

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

background-color css

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

 a { background-color: rgb(105,36,28); }

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

border-color css

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

 span { border-color: rgb(105,36,28); }

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