Html Css Color HEX #C63429 Persian Red

📋 copy color: '#C63429'

red 198 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #C63429

Tints of Persian Red #C63429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 68.04%
G = 17.87%
B = 14.09%

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

#C63429 (or 0xC63429) is known color: Persian Red. HEX triplet: C6, 34 and 29. RGB value is (198,52,41). Sum of RGB (Red+Green+Blue) = 198+52+41=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C63429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63429 is #39CBD6. Grayscale: #5E5E5E. Windows color (decimal): -3787735 or 2700486. OLE color: 2700486.

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

Color convert

RGB 198 52 41 -
CMYK 0 0.74 0.79 0.22
HSL 4.2º 0.66% 0.47% -
HSV(B) 4.2º 0.79% 0.78% -
XYZ 24.92 14.62 3.61 -
YUV 94.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 198 52 41 0 0.74 0.79 0.22 4.2 0.66 0.47
Hex C6 34 29 0 4A 4F 16 4 42 2F
Octal 306 64 51 0 112 117 26 4 102 57
Binary 11000110 110100 101001 0 1001010 1001111 10110 100 1000010 101111

Color Harmonies of #C63429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63429

Black with #C63429

Text Example


Text Example

White with #C63429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63429; }

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

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

background-color css

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

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

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

border-color css

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

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

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