Html Css Color HEX #C63127 Persian Red

📋 copy color: '#C63127'

red 198 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #C63127

Tints of Persian Red #C63127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 69.23%
G = 17.13%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C63127 (or 0xC63127) is known color: Persian Red. HEX triplet: C6, 31 and 27. RGB value is (198,49,39). Sum of RGB (Red+Green+Blue) = 198+49+39=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C63127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63127 is #39CED8. Grayscale: #5C5C5C. Windows color (decimal): -3788505 or 2568646. OLE color: 2568646.

HSL color Cylindrical-coordinate representation of color #C63127: hue angle of 3.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C63127 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 39 -
CMYK 0 0.75 0.80 0.22
HSL 3.77º 0.67% 0.46% -
HSV(B) 3.77º 0.8% 0.78% -
XYZ 24.75 14.35 3.38 -
YUV 92.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 198 49 39 0 0.75 0.80 0.22 3.77 0.67 0.46
Hex C6 31 27 0 4B 50 16 4 43 2E
Octal 306 61 47 0 113 120 26 4 103 56
Binary 11000110 110001 100111 0 1001011 1010000 10110 100 1000011 101110

Color Harmonies of #C63127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63127

Black with #C63127

Text Example


Text Example

White with #C63127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63127; }

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

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

background-color css

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

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

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

border-color css

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

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

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