Html Css Color HEX #C82A22 Persian Red

📋 copy color: '#C82A22'

red 200 ◦ green 42 ◦ blue 34

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

Shades of Persian Red #C82A22

Tints of Persian Red #C82A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

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

R = 72.46%
G = 15.22%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82A22 (or 0xC82A22) is known color: Persian Red. HEX triplet: C8, 2A and 22. RGB value is (200,42,34). Sum of RGB (Red+Green+Blue) = 200+42+34=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A22 is #37D5DD. Grayscale: #585858. Windows color (decimal): -3659230 or 2239176. OLE color: 2239176.

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

Color convert

RGB 200 42 34 -
CMYK 0 0.79 0.83 0.22
HSL 2.89º 0.71% 0.46% -
HSV(B) 2.89º 0.83% 0.78% -
XYZ 24.94 14.05 2.91 -
YUV 88.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 200 42 34 0 0.79 0.83 0.22 2.89 0.71 0.46
Hex C8 2A 22 0 4F 53 16 3 47 2E
Octal 310 52 42 0 117 123 26 3 107 56
Binary 11001000 101010 100010 0 1001111 1010011 10110 11 1000111 101110

Color Harmonies of #C82A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A22

Black with #C82A22

Text Example


Text Example

White with #C82A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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