Html Css Color HEX #C83D38 Persian Red

📋 copy color: '#C83D38'

red 200 ◦ green 61 ◦ blue 56

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

Shades of Persian Red #C83D38

Tints of Persian Red #C83D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 63.09%
G = 19.24%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C83D38 (or 0xC83D38) is known color: Persian Red. HEX triplet: C8, 3D and 38. RGB value is (200,61,56). Sum of RGB (Red+Green+Blue) = 200+61+56=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D38 is #37C2C7. Grayscale: #666666. Windows color (decimal): -3654344 or 3685832. OLE color: 3685832.

HSL color Cylindrical-coordinate representation of color #C83D38: hue angle of 2.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83D38 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 61 56 -
CMYK 0 0.69 0.72 0.22
HSL 2.08º 0.57% 0.5% -
HSV(B) 2.08º 0.72% 0.78% -
XYZ 26.2 15.9 5.43 -
YUV 101.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 200 61 56 0 0.69 0.72 0.22 2.08 0.57 0.5
Hex C8 3D 38 0 45 48 16 2 39 32
Octal 310 75 70 0 105 110 26 2 71 62
Binary 11001000 111101 111000 0 1000101 1001000 10110 10 111001 110010

Color Harmonies of #C83D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D38

Black with #C83D38

Text Example


Text Example

White with #C83D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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