Html Css Color HEX #C82E25 Persian Red

📋 copy color: '#C82E25'

red 200 ◦ green 46 ◦ blue 37

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

Shades of Persian Red #C82E25

Tints of Persian Red #C82E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 70.67%
G = 16.25%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82E25 (or 0xC82E25) is known color: Persian Red. HEX triplet: C8, 2E and 25. RGB value is (200,46,37). Sum of RGB (Red+Green+Blue) = 200+46+37=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E25 is #37D1DA. Grayscale: #5B5B5B. Windows color (decimal): -3658203 or 2436808. OLE color: 2436808.

HSL color Cylindrical-coordinate representation of color #C82E25: hue angle of 3.31º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82E25 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 46 37 -
CMYK 0 0.77 0.82 0.22
HSL 3.31º 0.69% 0.46% -
HSV(B) 3.31º 0.82% 0.78% -
XYZ 25.13 14.37 3.2 -
YUV 91.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 200 46 37 0 0.77 0.82 0.22 3.31 0.69 0.46
Hex C8 2E 25 0 4D 52 16 3 45 2E
Octal 310 56 45 0 115 122 26 3 105 56
Binary 11001000 101110 100101 0 1001101 1010010 10110 11 1000101 101110

Color Harmonies of #C82E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E25

Black with #C82E25

Text Example


Text Example

White with #C82E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E25; }

 p { color: rgb(200,46,37); }

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

background-color css

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

 a { background-color: rgb(200,46,37); }

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

border-color css

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

 span { border-color: rgb(200,46,37); }

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