Html Css Color HEX #C03128 Persian Red

📋 copy color: '#C03128'

red 192 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #C03128

Tints of Persian Red #C03128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 68.33%
G = 17.44%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03128 (or 0xC03128) is known color: Persian Red. HEX triplet: C0, 31 and 28. RGB value is (192,49,40). Sum of RGB (Red+Green+Blue) = 192+49+40=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03128 is #3FCED7. Grayscale: #5A5A5A. Windows color (decimal): -4181720 or 2634176. OLE color: 2634176.

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

Color convert

RGB 192 49 40 -
CMYK 0 0.74 0.79 0.25
HSL 3.55º 0.66% 0.45% -
HSV(B) 3.55º 0.79% 0.75% -
XYZ 23.22 13.56 3.4 -
YUV 90.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 192 49 40 0 0.74 0.79 0.25 3.55 0.66 0.45
Hex C0 31 28 0 4A 4F 19 4 42 2D
Octal 300 61 50 0 112 117 31 4 102 55
Binary 11000000 110001 101000 0 1001010 1001111 11001 100 1000010 101101

Color Harmonies of #C03128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03128

Black with #C03128

Text Example


Text Example

White with #C03128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03128; }

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

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

background-color css

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

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

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

border-color css

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

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

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