Html Css Color HEX #C63629 Persian Red

📋 copy color: '#C63629'

red 198 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C63629

Tints of Persian Red #C63629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 67.58%
G = 18.43%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C63629 (or 0xC63629) is known color: Persian Red. HEX triplet: C6, 36 and 29. RGB value is (198,54,41). Sum of RGB (Red+Green+Blue) = 198+54+41=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C63629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63629 is #39C9D6. Grayscale: #5F5F5F. Windows color (decimal): -3787223 or 2700998. OLE color: 2700998.

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

Color convert

RGB 198 54 41 -
CMYK 0 0.73 0.79 0.22
HSL 4.97º 0.66% 0.47% -
HSV(B) 4.97º 0.79% 0.78% -
XYZ 25.01 14.8 3.64 -
YUV 95.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 198 54 41 0 0.73 0.79 0.22 4.97 0.66 0.47
Hex C6 36 29 0 49 4F 16 5 42 2F
Octal 306 66 51 0 111 117 26 5 102 57
Binary 11000110 110110 101001 0 1001001 1001111 10110 101 1000010 101111

Color Harmonies of #C63629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63629

Black with #C63629

Text Example


Text Example

White with #C63629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63629; }

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

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

background-color css

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

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

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

border-color css

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

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

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