Html Css Color HEX #64150F Red Oxide

📋 copy color: '#64150F'

red 100 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #64150F

Tints of Red Oxide #64150F

RGB

 RED value IS 100 (39.45% from 255) = 73.53%

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 73.53%
G = 15.44%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#64150F (or 0x64150F) is known color: Red Oxide. HEX triplet: 64, 15 and 0F. RGB value is (100,21,15). Sum of RGB (Red+Green+Blue) = 100+21+15=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #64150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64150F is #9BEAF0. Grayscale: #2C2C2C. Windows color (decimal): -10218225 or 988516. OLE color: 988516.

HSL color Cylindrical-coordinate representation of color #64150F: hue angle of 4.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64150F is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 15 -
CMYK 0 0.79 0.85 0.61
HSL 4.24º 0.74% 0.23% -
HSV(B) 4.24º 0.85% 0.39% -
XYZ 5.61 3.28 0.79 -
YUV 43.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 100 21 15 0 0.79 0.85 0.61 4.24 0.74 0.23
Hex 64 15 F 0 4F 55 3D 4 4A 17
Octal 144 25 17 0 117 125 75 4 112 27
Binary 1100100 10101 1111 0 1001111 1010101 111101 100 1001010 10111

Color Harmonies of #64150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64150F

Black with #64150F

Text Example


Text Example

White with #64150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64150F; }

 p { color: rgb(100,21,15); }

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

background-color css

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

 a { background-color: rgb(100,21,15); }

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

border-color css

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

 span { border-color: rgb(100,21,15); }

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