Html Css Color HEX #C82C27 Persian Red

📋 copy color: '#C82C27'

red 200 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #C82C27

Tints of Persian Red #C82C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 70.67%
G = 15.55%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82C27 (or 0xC82C27) is known color: Persian Red. HEX triplet: C8, 2C and 27. RGB value is (200,44,39). Sum of RGB (Red+Green+Blue) = 200+44+39=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C27 is #37D3D8. Grayscale: #5A5A5A. Windows color (decimal): -3658713 or 2567368. OLE color: 2567368.

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

Color convert

RGB 200 44 39 -
CMYK 0 0.78 0.80 0.22
HSL 1.86º 0.67% 0.47% -
HSV(B) 1.86º 0.81% 0.78% -
XYZ 25.09 14.23 3.34 -
YUV 90.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 200 44 39 0 0.78 0.80 0.22 1.86 0.67 0.47
Hex C8 2C 27 0 4E 50 16 2 43 2F
Octal 310 54 47 0 116 120 26 2 103 57
Binary 11001000 101100 100111 0 1001110 1010000 10110 10 1000011 101111

Color Harmonies of #C82C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C27

Black with #C82C27

Text Example


Text Example

White with #C82C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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