Html Css Color HEX #C6372A Persian Red

📋 copy color: '#C6372A'

red 198 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #C6372A

Tints of Persian Red #C6372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 67.12%
G = 18.64%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6372A (or 0xC6372A) is known color: Persian Red. HEX triplet: C6, 37 and 2A. RGB value is (198,55,42). Sum of RGB (Red+Green+Blue) = 198+55+42=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6372A is #39C8D5. Grayscale: #606060. Windows color (decimal): -3786966 or 2766790. OLE color: 2766790.

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

Color convert

RGB 198 55 42 -
CMYK 0 0.72 0.79 0.22
HSL 0.65% 0.47% -
HSV(B) 0.79% 0.78% -
XYZ 25.07 14.91 3.75 -
YUV 96.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 198 55 42 0 0.72 0.79 0.22 5 0.65 0.47
Hex C6 37 2A 0 48 4F 16 5 41 2F
Octal 306 67 52 0 110 117 26 5 101 57
Binary 11000110 110111 101010 0 1001000 1001111 10110 101 1000001 101111

Color Harmonies of #C6372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6372A

Black with #C6372A

Text Example


Text Example

White with #C6372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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