Html Css Color HEX #C33829 Persian Red

📋 copy color: '#C33829'

red 195 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #C33829

Tints of Persian Red #C33829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 66.78%
G = 19.18%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33829 (or 0xC33829) is known color: Persian Red. HEX triplet: C3, 38 and 29. RGB value is (195,56,41). Sum of RGB (Red+Green+Blue) = 195+56+41=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C33829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33829 is #3CC7D6. Grayscale: #606060. Windows color (decimal): -3983319 or 2701507. OLE color: 2701507.

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

Color convert

RGB 195 56 41 -
CMYK 0 0.71 0.79 0.24
HSL 5.84º 0.65% 0.46% -
HSV(B) 5.84º 0.79% 0.76% -
XYZ 24.32 14.59 3.63 -
YUV 95.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 195 56 41 0 0.71 0.79 0.24 5.84 0.65 0.46
Hex C3 38 29 0 47 4F 18 6 41 2E
Octal 303 70 51 0 107 117 30 6 101 56
Binary 11000011 111000 101001 0 1000111 1001111 11000 110 1000001 101110

Color Harmonies of #C33829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33829

Black with #C33829

Text Example


Text Example

White with #C33829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33829; }

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

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

background-color css

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

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

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

border-color css

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

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

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