Html Css Color HEX #C33129 Persian Red

📋 copy color: '#C33129'

red 195 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #C33129

Tints of Persian Red #C33129

RGB

 RED value IS 195 (76.56% from 255) = 68.42%

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 68.42%
G = 17.19%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33129 (or 0xC33129) is known color: Persian Red. HEX triplet: C3, 31 and 29. RGB value is (195,49,41). Sum of RGB (Red+Green+Blue) = 195+49+41=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C33129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33129 is #3CCED6. Grayscale: #5B5B5B. Windows color (decimal): -3985111 or 2699715. OLE color: 2699715.

HSL color Cylindrical-coordinate representation of color #C33129: hue angle of 3.12º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33129 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 41 -
CMYK 0 0.75 0.79 0.24
HSL 3.12º 0.65% 0.46% -
HSV(B) 3.12º 0.79% 0.76% -
XYZ 24 13.96 3.53 -
YUV 91.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 195 49 41 0 0.75 0.79 0.24 3.12 0.65 0.46
Hex C3 31 29 0 4B 4F 18 3 41 2E
Octal 303 61 51 0 113 117 30 3 101 56
Binary 11000011 110001 101001 0 1001011 1001111 11000 11 1000001 101110

Color Harmonies of #C33129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33129

Black with #C33129

Text Example


Text Example

White with #C33129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33129; }

 p { color: rgb(195,49,41); }

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

background-color css

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

 a { background-color: rgb(195,49,41); }

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

border-color css

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

 span { border-color: rgb(195,49,41); }

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