Html Css Color HEX #C83326 Persian Red

📋 copy color: '#C83326'

red 200 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #C83326

Tints of Persian Red #C83326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 69.2%
G = 17.65%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83326 (or 0xC83326) is known color: Persian Red. HEX triplet: C8, 33 and 26. RGB value is (200,51,38). Sum of RGB (Red+Green+Blue) = 200+51+38=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C83326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83326 is #37CCD9. Grayscale: #5E5E5E. Windows color (decimal): -3656922 or 2503624. OLE color: 2503624.

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

Color convert

RGB 200 51 38 -
CMYK 0 0.74 0.81 0.22
HSL 4.81º 0.68% 0.47% -
HSV(B) 4.81º 0.81% 0.78% -
XYZ 25.35 14.79 3.35 -
YUV 94.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 200 51 38 0 0.74 0.81 0.22 4.81 0.68 0.47
Hex C8 33 26 0 4A 51 16 5 44 2F
Octal 310 63 46 0 112 121 26 5 104 57
Binary 11001000 110011 100110 0 1001010 1010001 10110 101 1000100 101111

Color Harmonies of #C83326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83326

Black with #C83326

Text Example


Text Example

White with #C83326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83326; }

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

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

background-color css

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

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

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

border-color css

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

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

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