Html Css Color HEX #C63D29 Persian Red

📋 copy color: '#C63D29'

red 198 ◦ green 61 ◦ blue 41

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

Shades of Persian Red #C63D29

Tints of Persian Red #C63D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 66%
G = 20.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C63D29 (or 0xC63D29) is known color: Persian Red. HEX triplet: C6, 3D and 29. RGB value is (198,61,41). Sum of RGB (Red+Green+Blue) = 198+61+41=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D29 is #39C2D6. Grayscale: #636363. Windows color (decimal): -3785431 or 2702790. OLE color: 2702790.

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

Color convert

RGB 198 61 41 -
CMYK 0 0.69 0.79 0.22
HSL 7.64º 0.66% 0.47% -
HSV(B) 7.64º 0.79% 0.78% -
XYZ 25.36 15.5 3.75 -
YUV 99.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 198 61 41 0 0.69 0.79 0.22 7.64 0.66 0.47
Hex C6 3D 29 0 45 4F 16 8 42 2F
Octal 306 75 51 0 105 117 26 10 102 57
Binary 11000110 111101 101001 0 1000101 1001111 10110 1000 1000010 101111

Color Harmonies of #C63D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D29

Black with #C63D29

Text Example


Text Example

White with #C63D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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