Html Css Color HEX #C83932 Persian Red

📋 copy color: '#C83932'

red 200 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #C83932

Tints of Persian Red #C83932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 65.15%
G = 18.57%
B = 16.29%

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

#C83932 (or 0xC83932) is known color: Persian Red. HEX triplet: C8, 39 and 32. RGB value is (200,57,50). Sum of RGB (Red+Green+Blue) = 200+57+50=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C83932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83932 is #37C6CD. Grayscale: #636363. Windows color (decimal): -3655374 or 3291592. OLE color: 3291592.

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

Color convert

RGB 200 57 50 -
CMYK 0 0.72 0.75 0.22
HSL 2.8º 0.6% 0.49% -
HSV(B) 2.8º 0.75% 0.78% -
XYZ 25.86 15.44 4.63 -
YUV 98.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 200 57 50 0 0.72 0.75 0.22 2.8 0.6 0.49
Hex C8 39 32 0 48 4B 16 3 3C 31
Octal 310 71 62 0 110 113 26 3 74 61
Binary 11001000 111001 110010 0 1001000 1001011 10110 11 111100 110001

Color Harmonies of #C83932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83932

Black with #C83932

Text Example


Text Example

White with #C83932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83932; }

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

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

background-color css

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

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

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

border-color css

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

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

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