Html Css Color HEX #C82622 Persian Red

📋 copy color: '#C82622'

red 200 ◦ green 38 ◦ blue 34

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

Shades of Persian Red #C82622

Tints of Persian Red #C82622

RGB

 RED value IS 200 (78.52% from 255) = 73.53%

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 73.53%
G = 13.97%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82622 (or 0xC82622) is known color: Persian Red. HEX triplet: C8, 26 and 22. RGB value is (200,38,34). Sum of RGB (Red+Green+Blue) = 200+38+34=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C82622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82622 is #37D9DD. Grayscale: #565656. Windows color (decimal): -3660254 or 2238152. OLE color: 2238152.

HSL color Cylindrical-coordinate representation of color #C82622: hue angle of 1.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82622 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 34 -
CMYK 0 0.81 0.83 0.22
HSL 1.45º 0.71% 0.46% -
HSV(B) 1.45º 0.83% 0.78% -
XYZ 24.8 13.78 2.87 -
YUV 85.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 200 38 34 0 0.81 0.83 0.22 1.45 0.71 0.46
Hex C8 26 22 0 51 53 16 1 47 2E
Octal 310 46 42 0 121 123 26 1 107 56
Binary 11001000 100110 100010 0 1010001 1010011 10110 1 1000111 101110

Color Harmonies of #C82622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82622

Black with #C82622

Text Example


Text Example

White with #C82622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82622; }

 p { color: rgb(200,38,34); }

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

background-color css

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

 a { background-color: rgb(200,38,34); }

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

border-color css

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

 span { border-color: rgb(200,38,34); }

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