Html Css Color HEX #C83329 Persian Red

📋 copy color: '#C83329'

red 200 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C83329

Tints of Persian Red #C83329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 68.49%
G = 17.47%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83329 (or 0xC83329) is known color: Persian Red. HEX triplet: C8, 33 and 29. RGB value is (200,51,41). Sum of RGB (Red+Green+Blue) = 200+51+41=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83329 is #37CCD6. Grayscale: #5E5E5E. Windows color (decimal): -3656919 or 2700232. OLE color: 2700232.

HSL color Cylindrical-coordinate representation of color #C83329: hue angle of 3.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83329 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 41 -
CMYK 0 0.74 0.80 0.22
HSL 3.77º 0.66% 0.47% -
HSV(B) 3.77º 0.8% 0.78% -
XYZ 25.4 14.81 3.62 -
YUV 94.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 200 51 41 0 0.74 0.80 0.22 3.77 0.66 0.47
Hex C8 33 29 0 4A 50 16 4 42 2F
Octal 310 63 51 0 112 120 26 4 102 57
Binary 11001000 110011 101001 0 1001010 1010000 10110 100 1000010 101111

Color Harmonies of #C83329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83329

Black with #C83329

Text Example


Text Example

White with #C83329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83329; }

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

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

background-color css

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

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

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

border-color css

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

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

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