Html Css Color HEX #C83831 Persian Red

📋 copy color: '#C83831'

red 200 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #C83831

Tints of Persian Red #C83831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 65.57%
G = 18.36%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C83831 (or 0xC83831) is known color: Persian Red. HEX triplet: C8, 38 and 31. RGB value is (200,56,49). Sum of RGB (Red+Green+Blue) = 200+56+49=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83831 is #37C7CE. Grayscale: #626262. Windows color (decimal): -3655631 or 3225800. OLE color: 3225800.

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

Color convert

RGB 200 56 49 -
CMYK 0 0.72 0.76 0.22
HSL 2.78º 0.61% 0.49% -
HSV(B) 2.78º 0.76% 0.78% -
XYZ 25.79 15.33 4.51 -
YUV 98.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 200 56 49 0 0.72 0.76 0.22 2.78 0.61 0.49
Hex C8 38 31 0 48 4C 16 3 3D 31
Octal 310 70 61 0 110 114 26 3 75 61
Binary 11001000 111000 110001 0 1001000 1001100 10110 11 111101 110001

Color Harmonies of #C83831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83831

Black with #C83831

Text Example


Text Example

White with #C83831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83831; }

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

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

background-color css

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

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

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

border-color css

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

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

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