Html Css Color HEX #C83F31 Persian Red

📋 copy color: '#C83F31'

red 200 ◦ green 63 ◦ blue 49

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

Shades of Persian Red #C83F31

Tints of Persian Red #C83F31

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

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

R = 64.1%
G = 20.19%
B = 15.71%

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

#C83F31 (or 0xC83F31) is known color: Persian Red. HEX triplet: C8, 3F and 31. RGB value is (200,63,49). Sum of RGB (Red+Green+Blue) = 200+63+49=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F31 is #37C0CE. Grayscale: #666666. Windows color (decimal): -3653839 or 3227592. OLE color: 3227592.

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

Color convert

RGB 200 63 49 -
CMYK 0 0.68 0.76 0.22
HSL 5.56º 0.61% 0.49% -
HSV(B) 5.56º 0.76% 0.78% -
XYZ 26.15 16.06 4.63 -
YUV 102.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 200 63 49 0 0.68 0.76 0.22 5.56 0.61 0.49
Hex C8 3F 31 0 44 4C 16 6 3D 31
Octal 310 77 61 0 104 114 26 6 75 61
Binary 11001000 111111 110001 0 1000100 1001100 10110 110 111101 110001

Color Harmonies of #C83F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F31

Black with #C83F31

Text Example


Text Example

White with #C83F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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