Html Css Color HEX #C63A37 Persian Red

📋 copy color: '#C63A37'

red 198 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #C63A37

Tints of Persian Red #C63A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 63.67%
G = 18.65%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63A37 (or 0xC63A37) is known color: Persian Red. HEX triplet: C6, 3A and 37. RGB value is (198,58,55). Sum of RGB (Red+Green+Blue) = 198+58+55=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A37 is #39C5C8. Grayscale: #636363. Windows color (decimal): -3786185 or 3619526. OLE color: 3619526.

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

Color convert

RGB 198 58 55 -
CMYK 0 0.71 0.72 0.22
HSL 1.26º 0.57% 0.5% -
HSV(B) 1.26º 0.72% 0.78% -
XYZ 25.49 15.31 5.23 -
YUV 99.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 198 58 55 0 0.71 0.72 0.22 1.26 0.57 0.5
Hex C6 3A 37 0 47 48 16 1 39 32
Octal 306 72 67 0 107 110 26 1 71 62
Binary 11000110 111010 110111 0 1000111 1001000 10110 1 111001 110010

Color Harmonies of #C63A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A37

Black with #C63A37

Text Example


Text Example

White with #C63A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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