Html Css Color HEX #C63D37 Persian Red

📋 copy color: '#C63D37'

red 198 ◦ green 61 ◦ blue 55

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

Shades of Persian Red #C63D37

Tints of Persian Red #C63D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 63.06%
G = 19.43%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63D37 (or 0xC63D37) is known color: Persian Red. HEX triplet: C6, 3D and 37. RGB value is (198,61,55). Sum of RGB (Red+Green+Blue) = 198+61+55=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D37 is #39C2C8. Grayscale: #656565. Windows color (decimal): -3785417 or 3620294. OLE color: 3620294.

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

Color convert

RGB 198 61 55 -
CMYK 0 0.69 0.72 0.22
HSL 2.52º 0.57% 0.5% -
HSV(B) 2.52º 0.72% 0.78% -
XYZ 25.65 15.62 5.28 -
YUV 101.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 198 61 55 0 0.69 0.72 0.22 2.52 0.57 0.5
Hex C6 3D 37 0 45 48 16 3 39 32
Octal 306 75 67 0 105 110 26 3 71 62
Binary 11000110 111101 110111 0 1000101 1001000 10110 11 111001 110010

Color Harmonies of #C63D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D37

Black with #C63D37

Text Example


Text Example

White with #C63D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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