Html Css Color HEX #C63327 Persian Red

📋 copy color: '#C63327'

red 198 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #C63327

Tints of Persian Red #C63327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 68.75%
G = 17.71%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C63327 (or 0xC63327) is known color: Persian Red. HEX triplet: C6, 33 and 27. RGB value is (198,51,39). Sum of RGB (Red+Green+Blue) = 198+51+39=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63327 is #39CCD8. Grayscale: #5D5D5D. Windows color (decimal): -3787993 or 2569158. OLE color: 2569158.

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

Color convert

RGB 198 51 39 -
CMYK 0 0.74 0.80 0.22
HSL 4.53º 0.67% 0.46% -
HSV(B) 4.53º 0.8% 0.78% -
XYZ 24.84 14.52 3.41 -
YUV 93.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 198 51 39 0 0.74 0.80 0.22 4.53 0.67 0.46
Hex C6 33 27 0 4A 50 16 5 43 2E
Octal 306 63 47 0 112 120 26 5 103 56
Binary 11000110 110011 100111 0 1001010 1010000 10110 101 1000011 101110

Color Harmonies of #C63327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63327

Black with #C63327

Text Example


Text Example

White with #C63327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63327; }

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

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

background-color css

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

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

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

border-color css

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

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

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