Html Css Color HEX #C03130 Persian Red

📋 copy color: '#C03130'

red 192 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #C03130

Tints of Persian Red #C03130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 66.44%
G = 16.96%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C03130 (or 0xC03130) is known color: Persian Red. HEX triplet: C0, 31 and 30. RGB value is (192,49,48). Sum of RGB (Red+Green+Blue) = 192+49+48=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C03130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03130 is #3FCECF. Grayscale: #5B5B5B. Windows color (decimal): -4181712 or 3158464. OLE color: 3158464.

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

Color convert

RGB 192 49 48 -
CMYK 0 0.74 0.75 0.25
HSL 0.42º 0.6% 0.47% -
HSV(B) 0.42º 0.75% 0.75% -
XYZ 23.37 13.62 4.19 -
YUV 91.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 192 49 48 0 0.74 0.75 0.25 0.42 0.6 0.47
Hex C0 31 30 0 4A 4B 19 0 3C 2F
Octal 300 61 60 0 112 113 31 0 74 57
Binary 11000000 110001 110000 0 1001010 1001011 11001 0 111100 101111

Color Harmonies of #C03130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03130

Black with #C03130

Text Example


Text Example

White with #C03130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03130; }

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

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

background-color css

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

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

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

border-color css

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

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

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