Html Css Color HEX #C0332D Persian Red

📋 copy color: '#C0332D'

red 192 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #C0332D

Tints of Persian Red #C0332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 66.67%
G = 17.71%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0332D (or 0xC0332D) is known color: Persian Red. HEX triplet: C0, 33 and 2D. RGB value is (192,51,45). Sum of RGB (Red+Green+Blue) = 192+51+45=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0332D is #3FCCD2. Grayscale: #5C5C5C. Windows color (decimal): -4181203 or 2962368. OLE color: 2962368.

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

Color convert

RGB 192 51 45 -
CMYK 0 0.73 0.77 0.25
HSL 2.45º 0.62% 0.46% -
HSV(B) 2.45º 0.77% 0.75% -
XYZ 23.4 13.76 3.91 -
YUV 92.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 192 51 45 0 0.73 0.77 0.25 2.45 0.62 0.46
Hex C0 33 2D 0 49 4D 19 2 3E 2E
Octal 300 63 55 0 111 115 31 2 76 56
Binary 11000000 110011 101101 0 1001001 1001101 11001 10 111110 101110

Color Harmonies of #C0332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0332D

Black with #C0332D

Text Example


Text Example

White with #C0332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0332D; }

 p { color: rgb(192,51,45); }

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

background-color css

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

 a { background-color: rgb(192,51,45); }

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

border-color css

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

 span { border-color: rgb(192,51,45); }

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