Html Css Color HEX #C63B37 Persian Red

📋 copy color: '#C63B37'

red 198 ◦ green 59 ◦ blue 55

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

Shades of Persian Red #C63B37

Tints of Persian Red #C63B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 63.46%
G = 18.91%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63B37 (or 0xC63B37) is known color: Persian Red. HEX triplet: C6, 3B and 37. RGB value is (198,59,55). Sum of RGB (Red+Green+Blue) = 198+59+55=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B37 is #39C4C8. Grayscale: #646464. Windows color (decimal): -3785929 or 3619782. OLE color: 3619782.

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

Color convert

RGB 198 59 55 -
CMYK 0 0.70 0.72 0.22
HSL 1.68º 0.57% 0.5% -
HSV(B) 1.68º 0.72% 0.78% -
XYZ 25.54 15.41 5.24 -
YUV 100.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 198 59 55 0 0.70 0.72 0.22 1.68 0.57 0.5
Hex C6 3B 37 0 46 48 16 2 39 32
Octal 306 73 67 0 106 110 26 2 71 62
Binary 11000110 111011 110111 0 1000110 1001000 10110 10 111001 110010

Color Harmonies of #C63B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B37

Black with #C63B37

Text Example


Text Example

White with #C63B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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