Html Css Color HEX #C63729 Persian Red

📋 copy color: '#C63729'

red 198 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #C63729

Tints of Persian Red #C63729

RGB

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

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

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

R = 67.35%
G = 18.71%
B = 13.95%

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

#C63729 (or 0xC63729) is known color: Persian Red. HEX triplet: C6, 37 and 29. RGB value is (198,55,41). Sum of RGB (Red+Green+Blue) = 198+55+41=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C63729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63729 is #39C8D6. Grayscale: #606060. Windows color (decimal): -3786967 or 2701254. OLE color: 2701254.

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

Color convert

RGB 198 55 41 -
CMYK 0 0.72 0.79 0.22
HSL 5.35º 0.66% 0.47% -
HSV(B) 5.35º 0.79% 0.78% -
XYZ 25.06 14.9 3.65 -
YUV 96.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 198 55 41 0 0.72 0.79 0.22 5.35 0.66 0.47
Hex C6 37 29 0 48 4F 16 5 42 2F
Octal 306 67 51 0 110 117 26 5 102 57
Binary 11000110 110111 101001 0 1001000 1001111 10110 101 1000010 101111

Color Harmonies of #C63729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63729

Black with #C63729

Text Example


Text Example

White with #C63729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63729; }

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

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

background-color css

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

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

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

border-color css

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

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

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