Html Css Color HEX #C63225 Persian Red

📋 copy color: '#C63225'

red 198 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C63225

Tints of Persian Red #C63225

RGB

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

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

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

R = 69.47%
G = 17.54%
B = 12.98%

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

#C63225 (or 0xC63225) is known color: Persian Red. HEX triplet: C6, 32 and 25. RGB value is (198,50,37). Sum of RGB (Red+Green+Blue) = 198+50+37=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C63225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63225 is #39CDDA. Grayscale: #5C5C5C. Windows color (decimal): -3788251 or 2437830. OLE color: 2437830.

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

Color convert

RGB 198 50 37 -
CMYK 0 0.75 0.81 0.22
HSL 4.84º 0.69% 0.46% -
HSV(B) 4.84º 0.81% 0.78% -
XYZ 24.76 14.42 3.23 -
YUV 92.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 198 50 37 0 0.75 0.81 0.22 4.84 0.69 0.46
Hex C6 32 25 0 4B 51 16 5 45 2E
Octal 306 62 45 0 113 121 26 5 105 56
Binary 11000110 110010 100101 0 1001011 1010001 10110 101 1000101 101110

Color Harmonies of #C63225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63225

Black with #C63225

Text Example


Text Example

White with #C63225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63225; }

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

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

background-color css

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

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

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

border-color css

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

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

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