Html Css Color HEX #C63025 Persian Red

📋 copy color: '#C63025'

red 198 ◦ green 48 ◦ blue 37

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

Shades of Persian Red #C63025

Tints of Persian Red #C63025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 69.96%
G = 16.96%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C63025 (or 0xC63025) is known color: Persian Red. HEX triplet: C6, 30 and 25. RGB value is (198,48,37). Sum of RGB (Red+Green+Blue) = 198+48+37=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C63025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63025 is #39CFDA. Grayscale: #5B5B5B. Windows color (decimal): -3788763 or 2437318. OLE color: 2437318.

HSL color Cylindrical-coordinate representation of color #C63025: hue angle of 4.1º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C63025 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 37 -
CMYK 0 0.76 0.81 0.22
HSL 4.1º 0.69% 0.46% -
HSV(B) 4.1º 0.81% 0.78% -
XYZ 24.68 14.25 3.2 -
YUV 91.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 198 48 37 0 0.76 0.81 0.22 4.1 0.69 0.46
Hex C6 30 25 0 4C 51 16 4 45 2E
Octal 306 60 45 0 114 121 26 4 105 56
Binary 11000110 110000 100101 0 1001100 1010001 10110 100 1000101 101110

Color Harmonies of #C63025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63025

Black with #C63025

Text Example


Text Example

White with #C63025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63025; }

 p { color: rgb(198,48,37); }

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

background-color css

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

 a { background-color: rgb(198,48,37); }

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

border-color css

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

 span { border-color: rgb(198,48,37); }

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