Html Css Color HEX #C63527 Persian Red

📋 copy color: '#C63527'

red 198 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #C63527

Tints of Persian Red #C63527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 68.28%
G = 18.28%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C63527 (or 0xC63527) is known color: Persian Red. HEX triplet: C6, 35 and 27. RGB value is (198,53,39). Sum of RGB (Red+Green+Blue) = 198+53+39=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C63527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63527 is #39CAD8. Grayscale: #5E5E5E. Windows color (decimal): -3787481 or 2569670. OLE color: 2569670.

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

Color convert

RGB 198 53 39 -
CMYK 0 0.73 0.80 0.22
HSL 5.28º 0.67% 0.46% -
HSV(B) 5.28º 0.8% 0.78% -
XYZ 24.93 14.7 3.44 -
YUV 94.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 198 53 39 0 0.73 0.80 0.22 5.28 0.67 0.46
Hex C6 35 27 0 49 50 16 5 43 2E
Octal 306 65 47 0 111 120 26 5 103 56
Binary 11000110 110101 100111 0 1001001 1010000 10110 101 1000011 101110

Color Harmonies of #C63527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63527

Black with #C63527

Text Example


Text Example

White with #C63527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63527; }

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

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

background-color css

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

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

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

border-color css

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

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

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