Html Css Color HEX #C83227 Persian Red

📋 copy color: '#C83227'

red 200 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C83227

Tints of Persian Red #C83227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 69.2%
G = 17.3%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83227 (or 0xC83227) is known color: Persian Red. HEX triplet: C8, 32 and 27. RGB value is (200,50,39). Sum of RGB (Red+Green+Blue) = 200+50+39=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C83227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83227 is #37CDD8. Grayscale: #5D5D5D. Windows color (decimal): -3657177 or 2568904. OLE color: 2568904.

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

Color convert

RGB 200 50 39 -
CMYK 0 0.75 0.80 0.22
HSL 4.1º 0.67% 0.47% -
HSV(B) 4.1º 0.81% 0.78% -
XYZ 25.33 14.71 3.42 -
YUV 93.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 200 50 39 0 0.75 0.80 0.22 4.1 0.67 0.47
Hex C8 32 27 0 4B 50 16 4 43 2F
Octal 310 62 47 0 113 120 26 4 103 57
Binary 11001000 110010 100111 0 1001011 1010000 10110 100 1000011 101111

Color Harmonies of #C83227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83227

Black with #C83227

Text Example


Text Example

White with #C83227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83227; }

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

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

background-color css

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

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

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

border-color css

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

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

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