Html Css Color HEX #C83732 Persian Red

📋 copy color: '#C83732'

red 200 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C83732

Tints of Persian Red #C83732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 65.57%
G = 18.03%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C83732 (or 0xC83732) is known color: Persian Red. HEX triplet: C8, 37 and 32. RGB value is (200,55,50). Sum of RGB (Red+Green+Blue) = 200+55+50=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83732 is #37C8CD. Grayscale: #616161. Windows color (decimal): -3655886 or 3291080. OLE color: 3291080.

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

Color convert

RGB 200 55 50 -
CMYK 0 0.72 0.75 0.22
HSL 0.6% 0.49% -
HSV(B) 0.75% 0.78% -
XYZ 25.76 15.24 4.6 -
YUV 97.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 200 55 50 0 0.72 0.75 0.22 2 0.6 0.49
Hex C8 37 32 0 48 4B 16 2 3C 31
Octal 310 67 62 0 110 113 26 2 74 61
Binary 11001000 110111 110010 0 1001000 1001011 10110 10 111100 110001

Color Harmonies of #C83732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83732

Black with #C83732

Text Example


Text Example

White with #C83732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83732; }

 p { color: rgb(200,55,50); }

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

background-color css

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

 a { background-color: rgb(200,55,50); }

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

border-color css

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

 span { border-color: rgb(200,55,50); }

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