#C82F2B

Color #C82F2B Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C82F2B

Tints of Persian Red #C82F2B

Color information

#C82F2B (or 0xC82F2B) is unknown color: approx Persian Red. HEX triplet: C8, 2F and 2B. RGB value is (200,47,43). Sum of RGB (Red+Green+Blue) = 200+47+43=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F2B is #37D0D4. Grayscale: #5C5C5C. Windows color (decimal): -3657941 or 2830280. OLE color: 2830280.

HSL color Cylindrical-coordinate representation of color #C82F2B: hue angle of 1.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82F2B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB2004743-
CMYK00.760.780.22
HSL1.53º64.61%47.65%-
HSV(B)1.53º78.5%78.43%-
XYZ25.2714.493.75-
YUV92.29100.19204.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.97%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=68.97%
G=16.21%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200474300.760.780.221.5364.6147.65
HexC82F2B04C4E1624130
Octal3105753011411626210160
Binary1100100010111110101101001100100111010110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82F2B; }

 p { color: rgb(200,47,43); }

 H1.HeaderClassName
 {
   color: #C82F2B;
 }
 .AnyTagClassName
 {
   color: #C82F2B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,47,43); }

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

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

 span { border-color: rgb(200,47,43); }

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