Html Css Color HEX #C03F3D Persian Red

📋 copy color: '#C03F3D'

red 192 ◦ green 63 ◦ blue 61

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

Shades of Persian Red #C03F3D

Tints of Persian Red #C03F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 60.76%
G = 19.94%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03F3D (or 0xC03F3D) is known color: Persian Red. HEX triplet: C0, 3F and 3D. RGB value is (192,63,61). Sum of RGB (Red+Green+Blue) = 192+63+61=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F3D is #3FC0C2. Grayscale: #656565. Windows color (decimal): -4178115 or 4014016. OLE color: 4014016.

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

Color convert

RGB 192 63 61 -
CMYK 0 0.67 0.68 0.25
HSL 0.92º 0.52% 0.5% -
HSV(B) 0.92º 0.68% 0.75% -
XYZ 24.36 15.1 6.05 -
YUV 101.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 192 63 61 0 0.67 0.68 0.25 0.92 0.52 0.5
Hex C0 3F 3D 0 43 44 19 1 34 32
Octal 300 77 75 0 103 104 31 1 64 62
Binary 11000000 111111 111101 0 1000011 1000100 11001 1 110100 110010

Color Harmonies of #C03F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F3D

Black with #C03F3D

Text Example


Text Example

White with #C03F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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