Html Css Color HEX #C63A2C Persian Red

📋 copy color: '#C63A2C'

red 198 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #C63A2C

Tints of Persian Red #C63A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 66%
G = 19.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C63A2C (or 0xC63A2C) is known color: Persian Red. HEX triplet: C6, 3A and 2C. RGB value is (198,58,44). Sum of RGB (Red+Green+Blue) = 198+58+44=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A2C is #39C5D3. Grayscale: #626262. Windows color (decimal): -3786196 or 2898630. OLE color: 2898630.

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

Color convert

RGB 198 58 44 -
CMYK 0 0.71 0.78 0.22
HSL 5.45º 0.64% 0.47% -
HSV(B) 5.45º 0.78% 0.78% -
XYZ 25.26 15.21 3.99 -
YUV 98.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 198 58 44 0 0.71 0.78 0.22 5.45 0.64 0.47
Hex C6 3A 2C 0 47 4E 16 5 40 2F
Octal 306 72 54 0 107 116 26 5 100 57
Binary 11000110 111010 101100 0 1000111 1001110 10110 101 1000000 101111

Color Harmonies of #C63A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A2C

Black with #C63A2C

Text Example


Text Example

White with #C63A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A2C; }

 p { color: rgb(198,58,44); }

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

background-color css

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

 a { background-color: rgb(198,58,44); }

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

border-color css

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

 span { border-color: rgb(198,58,44); }

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