Html Css Color HEX #C84031 Persian Red

📋 copy color: '#C84031'

red 200 ◦ green 64 ◦ blue 49

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

Shades of Persian Red #C84031

Tints of Persian Red #C84031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 63.9%
G = 20.45%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C84031 (or 0xC84031) is known color: Persian Red. HEX triplet: C8, 40 and 31. RGB value is (200,64,49). Sum of RGB (Red+Green+Blue) = 200+64+49=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C84031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84031 is #37BFCE. Grayscale: #676767. Windows color (decimal): -3653583 or 3227848. OLE color: 3227848.

HSL color Cylindrical-coordinate representation of color #C84031: hue angle of 5.96º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84031 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 49 -
CMYK 0 0.68 0.76 0.22
HSL 5.96º 0.61% 0.49% -
HSV(B) 5.96º 0.76% 0.78% -
XYZ 26.21 16.17 4.65 -
YUV 102.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 200 64 49 0 0.68 0.76 0.22 5.96 0.61 0.49
Hex C8 40 31 0 44 4C 16 6 3D 31
Octal 310 100 61 0 104 114 26 6 75 61
Binary 11001000 1000000 110001 0 1000100 1001100 10110 110 111101 110001

Color Harmonies of #C84031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84031

Black with #C84031

Text Example


Text Example

White with #C84031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84031; }

 p { color: rgb(200,64,49); }

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

background-color css

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

 a { background-color: rgb(200,64,49); }

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

border-color css

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

 span { border-color: rgb(200,64,49); }

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