Html Css Color HEX #C83E31 Persian Red

📋 copy color: '#C83E31'

red 200 ◦ green 62 ◦ blue 49

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

Shades of Persian Red #C83E31

Tints of Persian Red #C83E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

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

R = 64.31%
G = 19.94%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C83E31 (or 0xC83E31) is known color: Persian Red. HEX triplet: C8, 3E and 31. RGB value is (200,62,49). Sum of RGB (Red+Green+Blue) = 200+62+49=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E31 is #37C1CE. Grayscale: #656565. Windows color (decimal): -3654095 or 3227336. OLE color: 3227336.

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

Color convert

RGB 200 62 49 -
CMYK 0 0.69 0.76 0.22
HSL 5.17º 0.61% 0.49% -
HSV(B) 5.17º 0.76% 0.78% -
XYZ 26.1 15.95 4.61 -
YUV 101.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 200 62 49 0 0.69 0.76 0.22 5.17 0.61 0.49
Hex C8 3E 31 0 45 4C 16 5 3D 31
Octal 310 76 61 0 105 114 26 5 75 61
Binary 11001000 111110 110001 0 1000101 1001100 10110 101 111101 110001

Color Harmonies of #C83E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E31

Black with #C83E31

Text Example


Text Example

White with #C83E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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