Html Css Color HEX #C63B36 Persian Red

📋 copy color: '#C63B36'

red 198 ◦ green 59 ◦ blue 54

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

Shades of Persian Red #C63B36

Tints of Persian Red #C63B36

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 63.67%
G = 18.97%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C63B36 (or 0xC63B36) is known color: Persian Red. HEX triplet: C6, 3B and 36. RGB value is (198,59,54). Sum of RGB (Red+Green+Blue) = 198+59+54=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B36 is #39C4C9. Grayscale: #646464. Windows color (decimal): -3785930 or 3554246. OLE color: 3554246.

HSL color Cylindrical-coordinate representation of color #C63B36: hue angle of 2.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63B36 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 54 -
CMYK 0 0.70 0.73 0.22
HSL 2.08º 0.57% 0.49% -
HSV(B) 2.08º 0.73% 0.78% -
XYZ 25.52 15.4 5.12 -
YUV 99.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 198 59 54 0 0.70 0.73 0.22 2.08 0.57 0.49
Hex C6 3B 36 0 46 49 16 2 39 31
Octal 306 73 66 0 106 111 26 2 71 61
Binary 11000110 111011 110110 0 1000110 1001001 10110 10 111001 110001

Color Harmonies of #C63B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B36

Black with #C63B36

Text Example


Text Example

White with #C63B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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