Html Css Color HEX #C63224 Persian Red

📋 copy color: '#C63224'

red 198 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C63224

Tints of Persian Red #C63224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 69.72%
G = 17.61%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C63224 (or 0xC63224) is known color: Persian Red. HEX triplet: C6, 32 and 24. RGB value is (198,50,36). Sum of RGB (Red+Green+Blue) = 198+50+36=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C63224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63224 is #39CDDB. Grayscale: #5C5C5C. Windows color (decimal): -3788252 or 2372294. OLE color: 2372294.

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

Color convert

RGB 198 50 36 -
CMYK 0 0.75 0.82 0.22
HSL 5.19º 0.69% 0.46% -
HSV(B) 5.19º 0.82% 0.78% -
XYZ 24.75 14.41 3.15 -
YUV 92.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 198 50 36 0 0.75 0.82 0.22 5.19 0.69 0.46
Hex C6 32 24 0 4B 52 16 5 45 2E
Octal 306 62 44 0 113 122 26 5 105 56
Binary 11000110 110010 100100 0 1001011 1010010 10110 101 1000101 101110

Color Harmonies of #C63224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63224

Black with #C63224

Text Example


Text Example

White with #C63224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63224; }

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

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

background-color css

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

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

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

border-color css

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

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

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