Html Css Color HEX #C63830 Persian Red

📋 copy color: '#C63830'

red 198 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #C63830

Tints of Persian Red #C63830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 65.56%
G = 18.54%
B = 15.89%

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

#C63830 (or 0xC63830) is known color: Persian Red. HEX triplet: C6, 38 and 30. RGB value is (198,56,48). Sum of RGB (Red+Green+Blue) = 198+56+48=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63830 is #39C7CF. Grayscale: #616161. Windows color (decimal): -3786704 or 3160262. OLE color: 3160262.

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

Color convert

RGB 198 56 48 -
CMYK 0 0.72 0.76 0.22
HSL 3.2º 0.61% 0.48% -
HSV(B) 3.2º 0.76% 0.78% -
XYZ 25.24 15.05 4.37 -
YUV 97.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 198 56 48 0 0.72 0.76 0.22 3.2 0.61 0.48
Hex C6 38 30 0 48 4C 16 3 3D 30
Octal 306 70 60 0 110 114 26 3 75 60
Binary 11000110 111000 110000 0 1001000 1001100 10110 11 111101 110000

Color Harmonies of #C63830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63830

Black with #C63830

Text Example


Text Example

White with #C63830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63830; }

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

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

background-color css

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

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

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

border-color css

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

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

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