Html Css Color HEX #C63733 Persian Red

📋 copy color: '#C63733'

red 198 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #C63733

Tints of Persian Red #C63733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 65.13%
G = 18.09%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63733 (or 0xC63733) is known color: Persian Red. HEX triplet: C6, 37 and 33. RGB value is (198,55,51). Sum of RGB (Red+Green+Blue) = 198+55+51=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C63733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63733 is #39C8CC. Grayscale: #616161. Windows color (decimal): -3786957 or 3356614. OLE color: 3356614.

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

Color convert

RGB 198 55 51 -
CMYK 0 0.72 0.74 0.22
HSL 1.63º 0.59% 0.49% -
HSV(B) 1.63º 0.74% 0.78% -
XYZ 25.25 14.98 4.69 -
YUV 97.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 198 55 51 0 0.72 0.74 0.22 1.63 0.59 0.49
Hex C6 37 33 0 48 4A 16 2 3B 31
Octal 306 67 63 0 110 112 26 2 73 61
Binary 11000110 110111 110011 0 1001000 1001010 10110 10 111011 110001

Color Harmonies of #C63733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63733

Black with #C63733

Text Example


Text Example

White with #C63733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63733; }

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

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

background-color css

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

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

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

border-color css

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

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

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