Html Css Color HEX #C33629 Persian Red

📋 copy color: '#C33629'

red 195 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C33629

Tints of Persian Red #C33629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 67.24%
G = 18.62%
B = 14.14%

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

#C33629 (or 0xC33629) is known color: Persian Red. HEX triplet: C3, 36 and 29. RGB value is (195,54,41). Sum of RGB (Red+Green+Blue) = 195+54+41=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C33629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33629 is #3CC9D6. Grayscale: #5E5E5E. Windows color (decimal): -3983831 or 2700995. OLE color: 2700995.

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

Color convert

RGB 195 54 41 -
CMYK 0 0.72 0.79 0.24
HSL 5.06º 0.65% 0.46% -
HSV(B) 5.06º 0.79% 0.76% -
XYZ 24.23 14.4 3.6 -
YUV 94.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 195 54 41 0 0.72 0.79 0.24 5.06 0.65 0.46
Hex C3 36 29 0 48 4F 18 5 41 2E
Octal 303 66 51 0 110 117 30 5 101 56
Binary 11000011 110110 101001 0 1001000 1001111 11000 101 1000001 101110

Color Harmonies of #C33629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33629

Black with #C33629

Text Example


Text Example

White with #C33629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33629; }

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

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

background-color css

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

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

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

border-color css

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

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

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