Html Css Color HEX #C03D3C Persian Red

📋 copy color: '#C03D3C'

red 192 ◦ green 61 ◦ blue 60

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

Shades of Persian Red #C03D3C

Tints of Persian Red #C03D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 61.34%
G = 19.49%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C03D3C (or 0xC03D3C) is known color: Persian Red. HEX triplet: C0, 3D and 3C. RGB value is (192,61,60). Sum of RGB (Red+Green+Blue) = 192+61+60=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D3C is #3FC2C3. Grayscale: #646464. Windows color (decimal): -4178628 or 3947968. OLE color: 3947968.

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

Color convert

RGB 192 61 60 -
CMYK 0 0.68 0.69 0.25
HSL 0.45º 0.52% 0.49% -
HSV(B) 0.45º 0.69% 0.75% -
XYZ 24.22 14.87 5.87 -
YUV 100.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 192 61 60 0 0.68 0.69 0.25 0.45 0.52 0.49
Hex C0 3D 3C 0 44 45 19 0 34 31
Octal 300 75 74 0 104 105 31 0 64 61
Binary 11000000 111101 111100 0 1000100 1000101 11001 0 110100 110001

Color Harmonies of #C03D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D3C

Black with #C03D3C

Text Example


Text Example

White with #C03D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D3C; }

 p { color: rgb(192,61,60); }

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

background-color css

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

 a { background-color: rgb(192,61,60); }

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

border-color css

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

 span { border-color: rgb(192,61,60); }

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