Html Css Color HEX #C63D31 Persian Red

📋 copy color: '#C63D31'

red 198 ◦ green 61 ◦ blue 49

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

Shades of Persian Red #C63D31

Tints of Persian Red #C63D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 64.29%
G = 19.81%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C63D31 (or 0xC63D31) is known color: Persian Red. HEX triplet: C6, 3D and 31. RGB value is (198,61,49). Sum of RGB (Red+Green+Blue) = 198+61+49=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D31 is #39C2CE. Grayscale: #646464. Windows color (decimal): -3785423 or 3227078. OLE color: 3227078.

HSL color Cylindrical-coordinate representation of color #C63D31: hue angle of 4.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63D31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 49 -
CMYK 0 0.69 0.75 0.22
HSL 4.83º 0.6% 0.48% -
HSV(B) 4.83º 0.75% 0.78% -
XYZ 25.51 15.57 4.57 -
YUV 100.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 198 61 49 0 0.69 0.75 0.22 4.83 0.6 0.48
Hex C6 3D 31 0 45 4B 16 5 3C 30
Octal 306 75 61 0 105 113 26 5 74 60
Binary 11000110 111101 110001 0 1000101 1001011 10110 101 111100 110000

Color Harmonies of #C63D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D31

Black with #C63D31

Text Example


Text Example

White with #C63D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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