Html Css Color HEX #C82722 Persian Red

📋 copy color: '#C82722'

red 200 ◦ green 39 ◦ blue 34

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

Shades of Persian Red #C82722

Tints of Persian Red #C82722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 73.26%
G = 14.29%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82722 (or 0xC82722) is known color: Persian Red. HEX triplet: C8, 27 and 22. RGB value is (200,39,34). Sum of RGB (Red+Green+Blue) = 200+39+34=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82722 is #37D8DD. Grayscale: #565656. Windows color (decimal): -3659998 or 2238408. OLE color: 2238408.

HSL color Cylindrical-coordinate representation of color #C82722: hue angle of 1.81º 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 #C82722 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 34 -
CMYK 0 0.80 0.83 0.22
HSL 1.81º 0.71% 0.46% -
HSV(B) 1.81º 0.83% 0.78% -
XYZ 24.83 13.85 2.88 -
YUV 86.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 200 39 34 0 0.80 0.83 0.22 1.81 0.71 0.46
Hex C8 27 22 0 50 53 16 2 47 2E
Octal 310 47 42 0 120 123 26 2 107 56
Binary 11001000 100111 100010 0 1010000 1010011 10110 10 1000111 101110

Color Harmonies of #C82722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82722

Black with #C82722

Text Example


Text Example

White with #C82722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82722; }

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

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

background-color css

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

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

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

border-color css

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

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

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