Html Css Color HEX #C63E3C Persian Red

📋 copy color: '#C63E3C'

red 198 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #C63E3C

Tints of Persian Red #C63E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 61.88%
G = 19.38%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C63E3C (or 0xC63E3C) is known color: Persian Red. HEX triplet: C6, 3E and 3C. RGB value is (198,62,60). Sum of RGB (Red+Green+Blue) = 198+62+60=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E3C is #39C1C3. Grayscale: #666666. Windows color (decimal): -3785156 or 3948230. OLE color: 3948230.

HSL color Cylindrical-coordinate representation of color #C63E3C: hue angle of 0.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63E3C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 60 -
CMYK 0 0.69 0.70 0.22
HSL 0.87º 0.55% 0.51% -
HSV(B) 0.87º 0.7% 0.78% -
XYZ 25.83 15.78 5.96 -
YUV 102.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 198 62 60 0 0.69 0.70 0.22 0.87 0.55 0.51
Hex C6 3E 3C 0 45 46 16 1 37 33
Octal 306 76 74 0 105 106 26 1 67 63
Binary 11000110 111110 111100 0 1000101 1000110 10110 1 110111 110011

Color Harmonies of #C63E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E3C

Black with #C63E3C

Text Example


Text Example

White with #C63E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E3C; }

 p { color: rgb(198,62,60); }

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

background-color css

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

 a { background-color: rgb(198,62,60); }

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

border-color css

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

 span { border-color: rgb(198,62,60); }

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