Html Css Color HEX #C83226 Persian Red

📋 copy color: '#C83226'

red 200 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #C83226

Tints of Persian Red #C83226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 69.44%
G = 17.36%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83226 (or 0xC83226) is known color: Persian Red. HEX triplet: C8, 32 and 26. RGB value is (200,50,38). Sum of RGB (Red+Green+Blue) = 200+50+38=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83226 is #37CDD9. Grayscale: #5D5D5D. Windows color (decimal): -3657178 or 2503368. OLE color: 2503368.

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

Color convert

RGB 200 50 38 -
CMYK 0 0.75 0.81 0.22
HSL 4.44º 0.68% 0.47% -
HSV(B) 4.44º 0.81% 0.78% -
XYZ 25.31 14.7 3.34 -
YUV 93.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 200 50 38 0 0.75 0.81 0.22 4.44 0.68 0.47
Hex C8 32 26 0 4B 51 16 4 44 2F
Octal 310 62 46 0 113 121 26 4 104 57
Binary 11001000 110010 100110 0 1001011 1010001 10110 100 1000100 101111

Color Harmonies of #C83226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83226

Black with #C83226

Text Example


Text Example

White with #C83226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83226; }

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

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

background-color css

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

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

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

border-color css

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

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

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