Html Css Color HEX #C63328 Persian Red

📋 copy color: '#C63328'

red 198 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #C63328

Tints of Persian Red #C63328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 68.51%
G = 17.65%
B = 13.84%

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

#C63328 (or 0xC63328) is known color: Persian Red. HEX triplet: C6, 33 and 28. RGB value is (198,51,40). Sum of RGB (Red+Green+Blue) = 198+51+40=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C63328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63328 is #39CCD7. Grayscale: #5D5D5D. Windows color (decimal): -3787992 or 2634694. OLE color: 2634694.

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

Color convert

RGB 198 51 40 -
CMYK 0 0.74 0.80 0.22
HSL 4.18º 0.66% 0.47% -
HSV(B) 4.18º 0.8% 0.78% -
XYZ 24.86 14.53 3.5 -
YUV 93.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 198 51 40 0 0.74 0.80 0.22 4.18 0.66 0.47
Hex C6 33 28 0 4A 50 16 4 42 2F
Octal 306 63 50 0 112 120 26 4 102 57
Binary 11000110 110011 101000 0 1001010 1010000 10110 100 1000010 101111

Color Harmonies of #C63328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63328

Black with #C63328

Text Example


Text Example

White with #C63328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63328; }

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

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

background-color css

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

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

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

border-color css

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

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

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