Html Css Color HEX #C03B30 Persian Red

📋 copy color: '#C03B30'

red 192 ◦ green 59 ◦ blue 48

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

Shades of Persian Red #C03B30

Tints of Persian Red #C03B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 64.21%
G = 19.73%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C03B30 (or 0xC03B30) is known color: Persian Red. HEX triplet: C0, 3B and 30. RGB value is (192,59,48). Sum of RGB (Red+Green+Blue) = 192+59+48=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B30 is #3FC4CF. Grayscale: #616161. Windows color (decimal): -4179152 or 3161024. OLE color: 3161024.

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

Color convert

RGB 192 59 48 -
CMYK 0 0.69 0.75 0.25
HSL 4.58º 0.6% 0.47% -
HSV(B) 4.58º 0.75% 0.75% -
XYZ 23.84 14.55 4.35 -
YUV 97.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 192 59 48 0 0.69 0.75 0.25 4.58 0.6 0.47
Hex C0 3B 30 0 45 4B 19 5 3C 2F
Octal 300 73 60 0 105 113 31 5 74 57
Binary 11000000 111011 110000 0 1000101 1001011 11001 101 111100 101111

Color Harmonies of #C03B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B30

Black with #C03B30

Text Example


Text Example

White with #C03B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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