Html Css Color HEX #C03E3D Persian Red

📋 copy color: '#C03E3D'

red 192 ◦ green 62 ◦ blue 61

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

Shades of Persian Red #C03E3D

Tints of Persian Red #C03E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 60.95%
G = 19.68%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03E3D (or 0xC03E3D) is known color: Persian Red. HEX triplet: C0, 3E and 3D. RGB value is (192,62,61). Sum of RGB (Red+Green+Blue) = 192+62+61=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E3D is #3FC1C2. Grayscale: #646464. Windows color (decimal): -4178371 or 4013760. OLE color: 4013760.

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

Color convert

RGB 192 62 61 -
CMYK 0 0.68 0.68 0.25
HSL 0.46º 0.52% 0.5% -
HSV(B) 0.46º 0.68% 0.75% -
XYZ 24.3 14.99 6.03 -
YUV 100.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 192 62 61 0 0.68 0.68 0.25 0.46 0.52 0.5
Hex C0 3E 3D 0 44 44 19 0 34 32
Octal 300 76 75 0 104 104 31 0 64 62
Binary 11000000 111110 111101 0 1000100 1000100 11001 0 110100 110010

Color Harmonies of #C03E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E3D

Black with #C03E3D

Text Example


Text Example

White with #C03E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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