Html Css Color HEX #C63227 Persian Red

📋 copy color: '#C63227'

red 198 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C63227

Tints of Persian Red #C63227

RGB

 RED value IS 198 (77.73% from 255) = 68.99%

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

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

R = 68.99%
G = 17.42%
B = 13.59%

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

#C63227 (or 0xC63227) is known color: Persian Red. HEX triplet: C6, 32 and 27. RGB value is (198,50,39). Sum of RGB (Red+Green+Blue) = 198+50+39=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63227 is #39CDD8. Grayscale: #5D5D5D. Windows color (decimal): -3788249 or 2568902. OLE color: 2568902.

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

Color convert

RGB 198 50 39 -
CMYK 0 0.75 0.80 0.22
HSL 4.15º 0.67% 0.46% -
HSV(B) 4.15º 0.8% 0.78% -
XYZ 24.8 14.43 3.4 -
YUV 93 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 198 50 39 0 0.75 0.80 0.22 4.15 0.67 0.46
Hex C6 32 27 0 4B 50 16 4 43 2E
Octal 306 62 47 0 113 120 26 4 103 56
Binary 11000110 110010 100111 0 1001011 1010000 10110 100 1000011 101110

Color Harmonies of #C63227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63227

Black with #C63227

Text Example


Text Example

White with #C63227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63227; }

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

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

background-color css

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

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

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

border-color css

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

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

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