Html Css Color HEX #C82F25 Persian Red

📋 copy color: '#C82F25'

red 200 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #C82F25

Tints of Persian Red #C82F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

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

R = 70.42%
G = 16.55%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82F25 (or 0xC82F25) is known color: Persian Red. HEX triplet: C8, 2F and 25. RGB value is (200,47,37). Sum of RGB (Red+Green+Blue) = 200+47+37=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F25 is #37D0DA. Grayscale: #5B5B5B. Windows color (decimal): -3657947 or 2437064. OLE color: 2437064.

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

Color convert

RGB 200 47 37 -
CMYK 0 0.76 0.82 0.22
HSL 3.68º 0.69% 0.46% -
HSV(B) 3.68º 0.82% 0.78% -
XYZ 25.17 14.45 3.21 -
YUV 91.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 200 47 37 0 0.76 0.82 0.22 3.68 0.69 0.46
Hex C8 2F 25 0 4C 52 16 4 45 2E
Octal 310 57 45 0 114 122 26 4 105 56
Binary 11001000 101111 100101 0 1001100 1010010 10110 100 1000101 101110

Color Harmonies of #C82F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F25

Black with #C82F25

Text Example


Text Example

White with #C82F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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