Html Css Color HEX #C33929 Persian Red

📋 copy color: '#C33929'

red 195 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #C33929

Tints of Persian Red #C33929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 66.55%
G = 19.45%
B = 13.99%

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

#C33929 (or 0xC33929) is known color: Persian Red. HEX triplet: C3, 39 and 29. RGB value is (195,57,41). Sum of RGB (Red+Green+Blue) = 195+57+41=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C33929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33929 is #3CC6D6. Grayscale: #606060. Windows color (decimal): -3983063 or 2701763. OLE color: 2701763.

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

Color convert

RGB 195 57 41 -
CMYK 0 0.71 0.79 0.24
HSL 6.23º 0.65% 0.46% -
HSV(B) 6.23º 0.79% 0.76% -
XYZ 24.37 14.69 3.65 -
YUV 96.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 195 57 41 0 0.71 0.79 0.24 6.23 0.65 0.46
Hex C3 39 29 0 47 4F 18 6 41 2E
Octal 303 71 51 0 107 117 30 6 101 56
Binary 11000011 111001 101001 0 1000111 1001111 11000 110 1000001 101110

Color Harmonies of #C33929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33929

Black with #C33929

Text Example


Text Example

White with #C33929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33929; }

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

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

background-color css

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

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

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

border-color css

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

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

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