Html Css Color HEX #C82C22 Persian Red

📋 copy color: '#C82C22'

red 200 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #C82C22

Tints of Persian Red #C82C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

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

R = 71.94%
G = 15.83%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82C22 (or 0xC82C22) is known color: Persian Red. HEX triplet: C8, 2C and 22. RGB value is (200,44,34). Sum of RGB (Red+Green+Blue) = 200+44+34=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C22 is #37D3DD. Grayscale: #595959. Windows color (decimal): -3658718 or 2239688. OLE color: 2239688.

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

Color convert

RGB 200 44 34 -
CMYK 0 0.78 0.83 0.22
HSL 3.61º 0.71% 0.46% -
HSV(B) 3.61º 0.83% 0.78% -
XYZ 25.01 14.2 2.94 -
YUV 89.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 200 44 34 0 0.78 0.83 0.22 3.61 0.71 0.46
Hex C8 2C 22 0 4E 53 16 4 47 2E
Octal 310 54 42 0 116 123 26 4 107 56
Binary 11001000 101100 100010 0 1001110 1010011 10110 100 1000111 101110

Color Harmonies of #C82C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C22

Black with #C82C22

Text Example


Text Example

White with #C82C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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