Html Css Color HEX #C63F37 Persian Red

📋 copy color: '#C63F37'

red 198 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #C63F37

Tints of Persian Red #C63F37

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 62.66%
G = 19.94%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63F37 (or 0xC63F37) is known color: Persian Red. HEX triplet: C6, 3F and 37. RGB value is (198,63,55). Sum of RGB (Red+Green+Blue) = 198+63+55=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F37 is #39C0C8. Grayscale: #666666. Windows color (decimal): -3784905 or 3620806. OLE color: 3620806.

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

Color convert

RGB 198 63 55 -
CMYK 0 0.68 0.72 0.22
HSL 3.36º 0.57% 0.5% -
HSV(B) 3.36º 0.72% 0.78% -
XYZ 25.76 15.84 5.31 -
YUV 102.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 198 63 55 0 0.68 0.72 0.22 3.36 0.57 0.5
Hex C6 3F 37 0 44 48 16 3 39 32
Octal 306 77 67 0 104 110 26 3 71 62
Binary 11000110 111111 110111 0 1000100 1001000 10110 11 111001 110010

Color Harmonies of #C63F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F37

Black with #C63F37

Text Example


Text Example

White with #C63F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F37; }

 p { color: rgb(198,63,55); }

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

background-color css

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

 a { background-color: rgb(198,63,55); }

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

border-color css

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

 span { border-color: rgb(198,63,55); }

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