Html Css Color HEX #C63829 Persian Red

📋 copy color: '#C63829'

red 198 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #C63829

Tints of Persian Red #C63829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 67.12%
G = 18.98%
B = 13.9%

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

#C63829 (or 0xC63829) is known color: Persian Red. HEX triplet: C6, 38 and 29. RGB value is (198,56,41). Sum of RGB (Red+Green+Blue) = 198+56+41=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C63829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63829 is #39C7D6. Grayscale: #606060. Windows color (decimal): -3786711 or 2701510. OLE color: 2701510.

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

Color convert

RGB 198 56 41 -
CMYK 0 0.72 0.79 0.22
HSL 5.73º 0.66% 0.47% -
HSV(B) 5.73º 0.79% 0.78% -
XYZ 25.1 14.99 3.67 -
YUV 96.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 198 56 41 0 0.72 0.79 0.22 5.73 0.66 0.47
Hex C6 38 29 0 48 4F 16 6 42 2F
Octal 306 70 51 0 110 117 26 6 102 57
Binary 11000110 111000 101001 0 1001000 1001111 10110 110 1000010 101111

Color Harmonies of #C63829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63829

Black with #C63829

Text Example


Text Example

White with #C63829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63829; }

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

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

background-color css

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

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

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

border-color css

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

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

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