Html Css Color HEX #C63129 Persian Red

📋 copy color: '#C63129'

red 198 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #C63129

Tints of Persian Red #C63129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.01%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 68.75%
G = 17.01%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C63129 (or 0xC63129) is known color: Persian Red. HEX triplet: C6, 31 and 29. RGB value is (198,49,41). Sum of RGB (Red+Green+Blue) = 198+49+41=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63129 is #39CED6. Grayscale: #5C5C5C. Windows color (decimal): -3788503 or 2699718. OLE color: 2699718.

HSL color Cylindrical-coordinate representation of color #C63129: hue angle of 3.06º degrees, saturation: 0.66, 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 #C63129 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 41 -
CMYK 0 0.75 0.79 0.22
HSL 3.06º 0.66% 0.47% -
HSV(B) 3.06º 0.79% 0.78% -
XYZ 24.79 14.36 3.56 -
YUV 92.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 198 49 41 0 0.75 0.79 0.22 3.06 0.66 0.47
Hex C6 31 29 0 4B 4F 16 3 42 2F
Octal 306 61 51 0 113 117 26 3 102 57
Binary 11000110 110001 101001 0 1001011 1001111 10110 11 1000010 101111

Color Harmonies of #C63129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63129

Black with #C63129

Text Example


Text Example

White with #C63129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63129; }

 p { color: rgb(198,49,41); }

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

background-color css

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

 a { background-color: rgb(198,49,41); }

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

border-color css

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

 span { border-color: rgb(198,49,41); }

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