Html Css Color HEX #C33429 Persian Red

📋 copy color: '#C33429'

red 195 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #C33429

Tints of Persian Red #C33429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 67.71%
G = 18.06%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33429 (or 0xC33429) is known color: Persian Red. HEX triplet: C3, 34 and 29. RGB value is (195,52,41). Sum of RGB (Red+Green+Blue) = 195+52+41=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C33429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33429 is #3CCBD6. Grayscale: #5D5D5D. Windows color (decimal): -3984343 or 2700483. OLE color: 2700483.

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

Color convert

RGB 195 52 41 -
CMYK 0 0.73 0.79 0.24
HSL 4.29º 0.65% 0.46% -
HSV(B) 4.29º 0.79% 0.76% -
XYZ 24.13 14.22 3.57 -
YUV 93.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 195 52 41 0 0.73 0.79 0.24 4.29 0.65 0.46
Hex C3 34 29 0 49 4F 18 4 41 2E
Octal 303 64 51 0 111 117 30 4 101 56
Binary 11000011 110100 101001 0 1001001 1001111 11000 100 1000001 101110

Color Harmonies of #C33429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33429

Black with #C33429

Text Example


Text Example

White with #C33429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33429; }

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

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

background-color css

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

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

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

border-color css

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

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

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