Html Css Color HEX #C6302C Persian Red

📋 copy color: '#C6302C'

red 198 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #C6302C

Tints of Persian Red #C6302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 68.28%
G = 16.55%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6302C (or 0xC6302C) is known color: Persian Red. HEX triplet: C6, 30 and 2C. RGB value is (198,48,44). Sum of RGB (Red+Green+Blue) = 198+48+44=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6302C is #39CFD3. Grayscale: #5C5C5C. Windows color (decimal): -3788756 or 2896070. OLE color: 2896070.

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

Color convert

RGB 198 48 44 -
CMYK 0 0.76 0.78 0.22
HSL 1.56º 0.64% 0.47% -
HSV(B) 1.56º 0.78% 0.78% -
XYZ 24.8 14.3 3.84 -
YUV 92.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 198 48 44 0 0.76 0.78 0.22 1.56 0.64 0.47
Hex C6 30 2C 0 4C 4E 16 2 40 2F
Octal 306 60 54 0 114 116 26 2 100 57
Binary 11000110 110000 101100 0 1001100 1001110 10110 10 1000000 101111

Color Harmonies of #C6302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6302C

Black with #C6302C

Text Example


Text Example

White with #C6302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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