Html Css Color HEX #69241D Red Oxide

📋 copy color: '#69241D'

red 105 ◦ green 36 ◦ blue 29

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

Shades of Red Oxide #69241D

Tints of Red Oxide #69241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 61.76%
G = 21.18%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69241D (or 0x69241D) is known color: Red Oxide. HEX triplet: 69, 24 and 1D. RGB value is (105,36,29). Sum of RGB (Red+Green+Blue) = 105+36+29=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #69241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69241D is #96DBE2. Grayscale: #373737. Windows color (decimal): -9886691 or 1909865. OLE color: 1909865.

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

Color convert

RGB 105 36 29 -
CMYK 0 0.66 0.72 0.59
HSL 5.53º 0.57% 0.26% -
HSV(B) 5.53º 0.72% 0.41% -
XYZ 6.68 4.35 1.65 -
YUV 55.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 105 36 29 0 0.66 0.72 0.59 5.53 0.57 0.26
Hex 69 24 1D 0 42 48 3B 6 39 1A
Octal 151 44 35 0 102 110 73 6 71 32
Binary 1101001 100100 11101 0 1000010 1001000 111011 110 111001 11010

Color Harmonies of #69241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69241D

Black with #69241D

Text Example


Text Example

White with #69241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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