Html Css Color HEX #C6372C Persian Red

📋 copy color: '#C6372C'

red 198 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C6372C

Tints of Persian Red #C6372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 66.67%
G = 18.52%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6372C (or 0xC6372C) is known color: Persian Red. HEX triplet: C6, 37 and 2C. RGB value is (198,55,44). Sum of RGB (Red+Green+Blue) = 198+55+44=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6372C is #39C8D3. Grayscale: #606060. Windows color (decimal): -3786964 or 2897862. OLE color: 2897862.

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

Color convert

RGB 198 55 44 -
CMYK 0 0.72 0.78 0.22
HSL 4.29º 0.64% 0.47% -
HSV(B) 4.29º 0.78% 0.78% -
XYZ 25.11 14.92 3.94 -
YUV 96.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 198 55 44 0 0.72 0.78 0.22 4.29 0.64 0.47
Hex C6 37 2C 0 48 4E 16 4 40 2F
Octal 306 67 54 0 110 116 26 4 100 57
Binary 11000110 110111 101100 0 1001000 1001110 10110 100 1000000 101111

Color Harmonies of #C6372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6372C

Black with #C6372C

Text Example


Text Example

White with #C6372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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