Html Css Color HEX #C83632 Persian Red

📋 copy color: '#C83632'

red 200 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #C83632

Tints of Persian Red #C83632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 65.79%
G = 17.76%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C83632 (or 0xC83632) is known color: Persian Red. HEX triplet: C8, 36 and 32. RGB value is (200,54,50). Sum of RGB (Red+Green+Blue) = 200+54+50=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C83632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83632 is #37C9CD. Grayscale: #616161. Windows color (decimal): -3656142 or 3290824. OLE color: 3290824.

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

Color convert

RGB 200 54 50 -
CMYK 0 0.73 0.75 0.22
HSL 1.6º 0.6% 0.49% -
HSV(B) 1.6º 0.75% 0.78% -
XYZ 25.71 15.15 4.59 -
YUV 97.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 200 54 50 0 0.73 0.75 0.22 1.6 0.6 0.49
Hex C8 36 32 0 49 4B 16 2 3C 31
Octal 310 66 62 0 111 113 26 2 74 61
Binary 11001000 110110 110010 0 1001001 1001011 10110 10 111100 110001

Color Harmonies of #C83632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83632

Black with #C83632

Text Example


Text Example

White with #C83632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83632; }

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

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

background-color css

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

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

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

border-color css

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

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

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