Html Css Color HEX #C03028 Persian Red

📋 copy color: '#C03028'

red 192 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #C03028

Tints of Persian Red #C03028

RGB

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

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

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

R = 68.57%
G = 17.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03028 (or 0xC03028) is known color: Persian Red. HEX triplet: C0, 30 and 28. RGB value is (192,48,40). Sum of RGB (Red+Green+Blue) = 192+48+40=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03028 is #3FCFD7. Grayscale: #5A5A5A. Windows color (decimal): -4181976 or 2633920. OLE color: 2633920.

HSL color Cylindrical-coordinate representation of color #C03028: hue angle of 3.16º 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 #C03028 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 40 -
CMYK 0 0.75 0.79 0.25
HSL 3.16º 0.66% 0.45% -
HSV(B) 3.16º 0.79% 0.75% -
XYZ 23.18 13.47 3.39 -
YUV 90.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 192 48 40 0 0.75 0.79 0.25 3.16 0.66 0.45
Hex C0 30 28 0 4B 4F 19 3 42 2D
Octal 300 60 50 0 113 117 31 3 102 55
Binary 11000000 110000 101000 0 1001011 1001111 11001 11 1000010 101101

Color Harmonies of #C03028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03028

Black with #C03028

Text Example


Text Example

White with #C03028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03028; }

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

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

background-color css

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

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

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

border-color css

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

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

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