Html Css Color HEX #C83332 Persian Red

📋 copy color: '#C83332'

red 200 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #C83332

Tints of Persian Red #C83332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 66.45%
G = 16.94%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C83332 (or 0xC83332) is known color: Persian Red. HEX triplet: C8, 33 and 32. RGB value is (200,51,50). Sum of RGB (Red+Green+Blue) = 200+51+50=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C83332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83332 is #37CCCD. Grayscale: #5F5F5F. Windows color (decimal): -3656910 or 3290056. OLE color: 3290056.

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

Color convert

RGB 200 51 50 -
CMYK 0 0.74 0.75 0.22
HSL 0.4º 0.6% 0.49% -
HSV(B) 0.4º 0.75% 0.78% -
XYZ 25.58 14.88 4.54 -
YUV 95.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 200 51 50 0 0.74 0.75 0.22 0.4 0.6 0.49
Hex C8 33 32 0 4A 4B 16 0 3C 31
Octal 310 63 62 0 112 113 26 0 74 61
Binary 11001000 110011 110010 0 1001010 1001011 10110 0 111100 110001

Color Harmonies of #C83332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83332

Black with #C83332

Text Example


Text Example

White with #C83332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83332; }

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

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

background-color css

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

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

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

border-color css

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

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

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