Html Css Color HEX #C33634 Persian Red

📋 copy color: '#C33634'

red 195 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #C33634

Tints of Persian Red #C33634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 64.78%
G = 17.94%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33634 (or 0xC33634) is known color: Persian Red. HEX triplet: C3, 36 and 34. RGB value is (195,54,52). Sum of RGB (Red+Green+Blue) = 195+54+52=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33634 is #3CC9CB. Grayscale: #606060. Windows color (decimal): -3983820 or 3421891. OLE color: 3421891.

HSL color Cylindrical-coordinate representation of color #C33634: hue angle of 0.84º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33634 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 52 -
CMYK 0 0.72 0.73 0.24
HSL 0.84º 0.58% 0.48% -
HSV(B) 0.84º 0.73% 0.76% -
XYZ 24.44 14.49 4.76 -
YUV 95.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 195 54 52 0 0.72 0.73 0.24 0.84 0.58 0.48
Hex C3 36 34 0 48 49 18 1 3A 30
Octal 303 66 64 0 110 111 30 1 72 60
Binary 11000011 110110 110100 0 1001000 1001001 11000 1 111010 110000

Color Harmonies of #C33634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33634

Black with #C33634

Text Example


Text Example

White with #C33634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33634; }

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

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

background-color css

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

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

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

border-color css

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

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

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