Html Css Color HEX #C63730 Persian Red

📋 copy color: '#C63730'

red 198 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #C63730

Tints of Persian Red #C63730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 65.78%
G = 18.27%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C63730 (or 0xC63730) is known color: Persian Red. HEX triplet: C6, 37 and 30. RGB value is (198,55,48). Sum of RGB (Red+Green+Blue) = 198+55+48=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63730 is #39C8CF. Grayscale: #616161. Windows color (decimal): -3786960 or 3160006. OLE color: 3160006.

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

Color convert

RGB 198 55 48 -
CMYK 0 0.72 0.76 0.22
HSL 2.8º 0.61% 0.48% -
HSV(B) 2.8º 0.76% 0.78% -
XYZ 25.19 14.95 4.35 -
YUV 96.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 198 55 48 0 0.72 0.76 0.22 2.8 0.61 0.48
Hex C6 37 30 0 48 4C 16 3 3D 30
Octal 306 67 60 0 110 114 26 3 75 60
Binary 11000110 110111 110000 0 1001000 1001100 10110 11 111101 110000

Color Harmonies of #C63730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63730

Black with #C63730

Text Example


Text Example

White with #C63730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63730; }

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

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

background-color css

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

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

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

border-color css

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

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

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