Html Css Color HEX #C03125 Persian Red

📋 copy color: '#C03125'

red 192 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #C03125

Tints of Persian Red #C03125

RGB

 RED value IS 192 (75.39% from 255) = 69.06%

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 69.06%
G = 17.63%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03125 (or 0xC03125) is known color: Persian Red. HEX triplet: C0, 31 and 25. RGB value is (192,49,37). Sum of RGB (Red+Green+Blue) = 192+49+37=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03125 is #3FCEDA. Grayscale: #5A5A5A. Windows color (decimal): -4181723 or 2437568. OLE color: 2437568.

HSL color Cylindrical-coordinate representation of color #C03125: hue angle of 4.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C03125 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 37 -
CMYK 0 0.74 0.81 0.25
HSL 4.65º 0.68% 0.45% -
HSV(B) 4.65º 0.81% 0.75% -
XYZ 23.17 13.54 3.14 -
YUV 90.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 192 49 37 0 0.74 0.81 0.25 4.65 0.68 0.45
Hex C0 31 25 0 4A 51 19 5 44 2D
Octal 300 61 45 0 112 121 31 5 104 55
Binary 11000000 110001 100101 0 1001010 1010001 11001 101 1000100 101101

Color Harmonies of #C03125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03125

Black with #C03125

Text Example


Text Example

White with #C03125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03125; }

 p { color: rgb(192,49,37); }

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

background-color css

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

 a { background-color: rgb(192,49,37); }

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

border-color css

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

 span { border-color: rgb(192,49,37); }

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