Html Css Color HEX #65201C Red Oxide

📋 copy color: '#65201C'

red 101 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #65201C

Tints of Red Oxide #65201C

RGB

 RED value IS 101 (39.84% from 255) = 62.73%

 GREEN value IS 32 (12.89% from 255) = 19.88%

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

R = 62.73%
G = 19.88%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65201C (or 0x65201C) is known color: Red Oxide. HEX triplet: 65, 20 and 1C. RGB value is (101,32,28). Sum of RGB (Red+Green+Blue) = 101+32+28=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201C is #9ADFE3. Grayscale: #343434. Windows color (decimal): -10149860 or 1843301. OLE color: 1843301.

HSL color Cylindrical-coordinate representation of color #65201C: hue angle of 3.29º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65201C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 32 28 -
CMYK 0 0.68 0.72 0.60
HSL 3.29º 0.57% 0.25% -
HSV(B) 3.29º 0.72% 0.4% -
XYZ 6.09 3.88 1.53 -
YUV 52.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 101 32 28 0 0.68 0.72 0.60 3.29 0.57 0.25
Hex 65 20 1C 0 44 48 3C 3 39 19
Octal 145 40 34 0 104 110 74 3 71 31
Binary 1100101 100000 11100 0 1000100 1001000 111100 11 111001 11001

Color Harmonies of #65201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65201C

Black with #65201C

Text Example


Text Example

White with #65201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,32,28); }

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

background-color css

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

 a { background-color: rgb(101,32,28); }

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

border-color css

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

 span { border-color: rgb(101,32,28); }

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