Html Css Color HEX #C63228 Persian Red

📋 copy color: '#C63228'

red 198 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #C63228

Tints of Persian Red #C63228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 68.75%
G = 17.36%
B = 13.89%

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

#C63228 (or 0xC63228) is known color: Persian Red. HEX triplet: C6, 32 and 28. RGB value is (198,50,40). Sum of RGB (Red+Green+Blue) = 198+50+40=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63228 is #39CDD7. Grayscale: #5D5D5D. Windows color (decimal): -3788248 or 2634438. OLE color: 2634438.

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

Color convert

RGB 198 50 40 -
CMYK 0 0.75 0.80 0.22
HSL 3.8º 0.66% 0.47% -
HSV(B) 3.8º 0.8% 0.78% -
XYZ 24.81 14.44 3.49 -
YUV 93.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 198 50 40 0 0.75 0.80 0.22 3.8 0.66 0.47
Hex C6 32 28 0 4B 50 16 4 42 2F
Octal 306 62 50 0 113 120 26 4 102 57
Binary 11000110 110010 101000 0 1001011 1010000 10110 100 1000010 101111

Color Harmonies of #C63228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63228

Black with #C63228

Text Example


Text Example

White with #C63228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63228; }

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

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

background-color css

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

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

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

border-color css

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

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

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