Html Css Color HEX #C83325 Persian Red

📋 copy color: '#C83325'

red 200 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C83325

Tints of Persian Red #C83325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 69.44%
G = 17.71%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83325 (or 0xC83325) is known color: Persian Red. HEX triplet: C8, 33 and 25. RGB value is (200,51,37). Sum of RGB (Red+Green+Blue) = 200+51+37=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83325 is #37CCDA. Grayscale: #5E5E5E. Windows color (decimal): -3656923 or 2438088. OLE color: 2438088.

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

Color convert

RGB 200 51 37 -
CMYK 0 0.74 0.82 0.22
HSL 5.15º 0.69% 0.46% -
HSV(B) 5.15º 0.82% 0.78% -
XYZ 25.34 14.78 3.27 -
YUV 93.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 200 51 37 0 0.74 0.82 0.22 5.15 0.69 0.46
Hex C8 33 25 0 4A 52 16 5 45 2E
Octal 310 63 45 0 112 122 26 5 105 56
Binary 11001000 110011 100101 0 1001010 1010010 10110 101 1000101 101110

Color Harmonies of #C83325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83325

Black with #C83325

Text Example


Text Example

White with #C83325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83325; }

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

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

background-color css

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

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

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

border-color css

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

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

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