Html Css Color HEX #C63D38 Persian Red

📋 copy color: '#C63D38'

red 198 ◦ green 61 ◦ blue 56

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

Shades of Persian Red #C63D38

Tints of Persian Red #C63D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 62.86%
G = 19.37%
B = 17.78%

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

#C63D38 (or 0xC63D38) is known color: Persian Red. HEX triplet: C6, 3D and 38. RGB value is (198,61,56). Sum of RGB (Red+Green+Blue) = 198+61+56=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D38 is #39C2C7. Grayscale: #656565. Windows color (decimal): -3785416 or 3685830. OLE color: 3685830.

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

Color convert

RGB 198 61 56 -
CMYK 0 0.69 0.72 0.22
HSL 2.11º 0.56% 0.5% -
HSV(B) 2.11º 0.72% 0.78% -
XYZ 25.67 15.63 5.41 -
YUV 101.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 198 61 56 0 0.69 0.72 0.22 2.11 0.56 0.5
Hex C6 3D 38 0 45 48 16 2 38 32
Octal 306 75 70 0 105 110 26 2 70 62
Binary 11000110 111101 111000 0 1000101 1001000 10110 10 111000 110010

Color Harmonies of #C63D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D38

Black with #C63D38

Text Example


Text Example

White with #C63D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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