Html Css Color HEX #C63628 Persian Red

📋 copy color: '#C63628'

red 198 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #C63628

Tints of Persian Red #C63628

RGB

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

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

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

R = 67.81%
G = 18.49%
B = 13.7%

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

#C63628 (or 0xC63628) is known color: Persian Red. HEX triplet: C6, 36 and 28. RGB value is (198,54,40). Sum of RGB (Red+Green+Blue) = 198+54+40=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C63628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63628 is #39C9D7. Grayscale: #5F5F5F. Windows color (decimal): -3787224 or 2635462. OLE color: 2635462.

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

Color convert

RGB 198 54 40 -
CMYK 0 0.73 0.80 0.22
HSL 5.32º 0.66% 0.47% -
HSV(B) 5.32º 0.8% 0.78% -
XYZ 24.99 14.8 3.55 -
YUV 95.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 198 54 40 0 0.73 0.80 0.22 5.32 0.66 0.47
Hex C6 36 28 0 49 50 16 5 42 2F
Octal 306 66 50 0 111 120 26 5 102 57
Binary 11000110 110110 101000 0 1001001 1010000 10110 101 1000010 101111

Color Harmonies of #C63628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63628

Black with #C63628

Text Example


Text Example

White with #C63628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63628; }

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

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

background-color css

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

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

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

border-color css

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

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

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