Html Css Color HEX #C63631 Persian Red

📋 copy color: '#C63631'

red 198 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #C63631

Tints of Persian Red #C63631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 65.78%
G = 17.94%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C63631 (or 0xC63631) is known color: Persian Red. HEX triplet: C6, 36 and 31. RGB value is (198,54,49). Sum of RGB (Red+Green+Blue) = 198+54+49=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63631 is #39C9CE. Grayscale: #606060. Windows color (decimal): -3787215 or 3225286. OLE color: 3225286.

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

Color convert

RGB 198 54 49 -
CMYK 0 0.73 0.75 0.22
HSL 2.01º 0.6% 0.48% -
HSV(B) 2.01º 0.75% 0.78% -
XYZ 25.16 14.87 4.45 -
YUV 96.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 198 54 49 0 0.73 0.75 0.22 2.01 0.6 0.48
Hex C6 36 31 0 49 4B 16 2 3C 30
Octal 306 66 61 0 111 113 26 2 74 60
Binary 11000110 110110 110001 0 1001001 1001011 10110 10 111100 110000

Color Harmonies of #C63631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63631

Black with #C63631

Text Example


Text Example

White with #C63631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63631; }

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

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

background-color css

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

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

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

border-color css

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

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

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