Html Css Color HEX #C33833 Persian Red

📋 copy color: '#C33833'

red 195 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #C33833

Tints of Persian Red #C33833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 64.57%
G = 18.54%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33833 (or 0xC33833) is known color: Persian Red. HEX triplet: C3, 38 and 33. RGB value is (195,56,51). Sum of RGB (Red+Green+Blue) = 195+56+51=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33833 is #3CC7CC. Grayscale: #616161. Windows color (decimal): -3983309 or 3356867. OLE color: 3356867.

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

Color convert

RGB 195 56 51 -
CMYK 0 0.71 0.74 0.24
HSL 2.08º 0.59% 0.48% -
HSV(B) 2.08º 0.74% 0.76% -
XYZ 24.52 14.67 4.67 -
YUV 96.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 195 56 51 0 0.71 0.74 0.24 2.08 0.59 0.48
Hex C3 38 33 0 47 4A 18 2 3B 30
Octal 303 70 63 0 107 112 30 2 73 60
Binary 11000011 111000 110011 0 1000111 1001010 11000 10 111011 110000

Color Harmonies of #C33833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33833

Black with #C33833

Text Example


Text Example

White with #C33833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33833; }

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

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

background-color css

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

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

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

border-color css

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

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

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