Html Css Color HEX #C83E3C Persian Red

📋 copy color: '#C83E3C'

red 200 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #C83E3C

Tints of Persian Red #C83E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 62.11%
G = 19.25%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C83E3C (or 0xC83E3C) is known color: Persian Red. HEX triplet: C8, 3E and 3C. RGB value is (200,62,60). Sum of RGB (Red+Green+Blue) = 200+62+60=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E3C is #37C1C3. Grayscale: #676767. Windows color (decimal): -3654084 or 3948232. OLE color: 3948232.

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

Color convert

RGB 200 62 60 -
CMYK 0 0.69 0.7 0.22
HSL 0.86º 0.56% 0.51% -
HSV(B) 0.86º 0.7% 0.78% -
XYZ 26.36 16.05 5.98 -
YUV 103.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 200 62 60 0 0.69 0.7 0.22 0.86 0.56 0.51
Hex C8 3E 3C 0 45 46 16 1 38 33
Octal 310 76 74 0 105 106 26 1 70 63
Binary 11001000 111110 111100 0 1000101 1000110 10110 1 111000 110011

Color Harmonies of #C83E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E3C

Black with #C83E3C

Text Example


Text Example

White with #C83E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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