Html Css Color HEX #C83C38 Persian Red

📋 copy color: '#C83C38'

red 200 ◦ green 60 ◦ blue 56

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

Shades of Persian Red #C83C38

Tints of Persian Red #C83C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 63.29%
G = 18.99%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C83C38 (or 0xC83C38) is known color: Persian Red. HEX triplet: C8, 3C and 38. RGB value is (200,60,56). Sum of RGB (Red+Green+Blue) = 200+60+56=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C38 is #37C3C7. Grayscale: #656565. Windows color (decimal): -3654600 or 3685576. OLE color: 3685576.

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

Color convert

RGB 200 60 56 -
CMYK 0 0.7 0.72 0.22
HSL 1.67º 0.57% 0.5% -
HSV(B) 1.67º 0.72% 0.78% -
XYZ 26.15 15.8 5.41 -
YUV 101.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 200 60 56 0 0.7 0.72 0.22 1.67 0.57 0.5
Hex C8 3C 38 0 46 48 16 2 39 32
Octal 310 74 70 0 106 110 26 2 71 62
Binary 11001000 111100 111000 0 1000110 1001000 10110 10 111001 110010

Color Harmonies of #C83C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C38

Black with #C83C38

Text Example


Text Example

White with #C83C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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