Html Css Color HEX #C33729 Persian Red

📋 copy color: '#C33729'

red 195 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #C33729

Tints of Persian Red #C33729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 67.01%
G = 18.9%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33729 (or 0xC33729) is known color: Persian Red. HEX triplet: C3, 37 and 29. RGB value is (195,55,41). Sum of RGB (Red+Green+Blue) = 195+55+41=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33729 is #3CC8D6. Grayscale: #5F5F5F. Windows color (decimal): -3983575 or 2701251. OLE color: 2701251.

HSL color Cylindrical-coordinate representation of color #C33729: hue angle of 5.45º 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 #C33729 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 41 -
CMYK 0 0.72 0.79 0.24
HSL 5.45º 0.65% 0.46% -
HSV(B) 5.45º 0.79% 0.76% -
XYZ 24.27 14.49 3.62 -
YUV 95.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 195 55 41 0 0.72 0.79 0.24 5.45 0.65 0.46
Hex C3 37 29 0 48 4F 18 5 41 2E
Octal 303 67 51 0 110 117 30 5 101 56
Binary 11000011 110111 101001 0 1001000 1001111 11000 101 1000001 101110

Color Harmonies of #C33729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33729

Black with #C33729

Text Example


Text Example

White with #C33729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33729; }

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

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

background-color css

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

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

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

border-color css

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

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

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