Html Css Color HEX #C83E35 Persian Red

📋 copy color: '#C83E35'

red 200 ◦ green 62 ◦ blue 53

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

Shades of Persian Red #C83E35

Tints of Persian Red #C83E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 63.49%
G = 19.68%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C83E35 (or 0xC83E35) is known color: Persian Red. HEX triplet: C8, 3E and 35. RGB value is (200,62,53). Sum of RGB (Red+Green+Blue) = 200+62+53=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E35 is #37C1CA. Grayscale: #666666. Windows color (decimal): -3654091 or 3489480. OLE color: 3489480.

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

Color convert

RGB 200 62 53 -
CMYK 0 0.69 0.74 0.22
HSL 3.67º 0.58% 0.5% -
HSV(B) 3.67º 0.74% 0.78% -
XYZ 26.18 15.98 5.07 -
YUV 102.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 200 62 53 0 0.69 0.74 0.22 3.67 0.58 0.5
Hex C8 3E 35 0 45 4A 16 4 3A 32
Octal 310 76 65 0 105 112 26 4 72 62
Binary 11001000 111110 110101 0 1000101 1001010 10110 100 111010 110010

Color Harmonies of #C83E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E35

Black with #C83E35

Text Example


Text Example

White with #C83E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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