Html Css Color HEX #C63329 Persian Red

📋 copy color: '#C63329'

red 198 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C63329

Tints of Persian Red #C63329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 68.28%
G = 17.59%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C63329 (or 0xC63329) is known color: Persian Red. HEX triplet: C6, 33 and 29. RGB value is (198,51,41). Sum of RGB (Red+Green+Blue) = 198+51+41=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C63329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63329 is #39CCD6. Grayscale: #5E5E5E. Windows color (decimal): -3787991 or 2700230. OLE color: 2700230.

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

Color convert

RGB 198 51 41 -
CMYK 0 0.74 0.79 0.22
HSL 3.82º 0.66% 0.47% -
HSV(B) 3.82º 0.79% 0.78% -
XYZ 24.87 14.53 3.59 -
YUV 93.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 198 51 41 0 0.74 0.79 0.22 3.82 0.66 0.47
Hex C6 33 29 0 4A 4F 16 4 42 2F
Octal 306 63 51 0 112 117 26 4 102 57
Binary 11000110 110011 101001 0 1001010 1001111 10110 100 1000010 101111

Color Harmonies of #C63329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63329

Black with #C63329

Text Example


Text Example

White with #C63329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63329; }

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

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

background-color css

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

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

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

border-color css

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

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

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