Html Css Color HEX #812023 Flame Red

📋 copy color: '#812023'

red 129 ◦ green 32 ◦ blue 35

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

Shades of Flame Red #812023

Tints of Flame Red #812023

RGB

 RED value IS 129 (50.78% from 255) = 65.82%

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 65.82%
G = 16.33%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#812023 (or 0x812023) is known color: Flame Red. HEX triplet: 81, 20 and 23. RGB value is (129,32,35). Sum of RGB (Red+Green+Blue) = 129+32+35=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #812023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812023 is #7EDFDC. Grayscale: #3D3D3D. Windows color (decimal): -8314845 or 2302081. OLE color: 2302081.

HSL color Cylindrical-coordinate representation of color #812023: hue angle of 358.14º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812023 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 35 -
CMYK 0 0.75 0.73 0.49
HSL 358.14º 0.6% 0.32% -
HSV(B) 358.14º 0.75% 0.51% -
XYZ 9.87 5.82 2.19 -
YUV 61.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 129 32 35 0 0.75 0.73 0.49 358.14 0.6 0.32
Hex 81 20 23 0 4B 49 31 166 3C 20
Octal 201 40 43 0 113 111 61 546 74 40
Binary 10000001 100000 100011 0 1001011 1001001 110001 101100110 111100 100000

Color Harmonies of #812023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812023

Black with #812023

Text Example


Text Example

White with #812023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812023; }

 p { color: rgb(129,32,35); }

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

background-color css

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

 a { background-color: rgb(129,32,35); }

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

border-color css

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

 span { border-color: rgb(129,32,35); }

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