Html Css Color HEX #C63F31 Persian Red

📋 copy color: '#C63F31'

red 198 ◦ green 63 ◦ blue 49

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

Shades of Persian Red #C63F31

Tints of Persian Red #C63F31

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

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

R = 63.87%
G = 20.32%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C63F31 (or 0xC63F31) is known color: Persian Red. HEX triplet: C6, 3F and 31. RGB value is (198,63,49). Sum of RGB (Red+Green+Blue) = 198+63+49=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F31 is #39C0CE. Grayscale: #656565. Windows color (decimal): -3784911 or 3227590. OLE color: 3227590.

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

Color convert

RGB 198 63 49 -
CMYK 0 0.68 0.75 0.22
HSL 5.64º 0.6% 0.48% -
HSV(B) 5.64º 0.75% 0.78% -
XYZ 25.62 15.78 4.6 -
YUV 101.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 198 63 49 0 0.68 0.75 0.22 5.64 0.6 0.48
Hex C6 3F 31 0 44 4B 16 6 3C 30
Octal 306 77 61 0 104 113 26 6 74 60
Binary 11000110 111111 110001 0 1000100 1001011 10110 110 111100 110000

Color Harmonies of #C63F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F31

Black with #C63F31

Text Example


Text Example

White with #C63F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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