Html Css Color HEX #821C24 Scarlett

📋 copy color: '#821C24'

red 130 ◦ green 28 ◦ blue 36

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

Shades of Scarlett #821C24

Tints of Scarlett #821C24

RGB

 RED value IS 130 (51.17% from 255) = 67.01%

 GREEN value IS 28 (11.33% from 255) = 14.43%

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 67.01%
G = 14.43%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821C24 (or 0x821C24) is known color: Scarlett. HEX triplet: 82, 1C and 24. RGB value is (130,28,36). Sum of RGB (Red+Green+Blue) = 130+28+36=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C24 is #7DE3DB. Grayscale: #3B3B3B. Windows color (decimal): -8250332 or 2366594. OLE color: 2366594.

HSL color Cylindrical-coordinate representation of color #821C24: hue angle of 355.29º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C24 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 28 36 -
CMYK 0 0.78 0.72 0.49
HSL 355.29º 0.65% 0.31% -
HSV(B) 355.29º 0.78% 0.51% -
XYZ 9.94 5.7 2.25 -
YUV 59.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 130 28 36 0 0.78 0.72 0.49 355.29 0.65 0.31
Hex 82 1C 24 0 4E 48 31 163 41 1F
Octal 202 34 44 0 116 110 61 543 101 37
Binary 10000010 11100 100100 0 1001110 1001000 110001 101100011 1000001 11111

Color Harmonies of #821C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C24

Black with #821C24

Text Example


Text Example

White with #821C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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