Html Css Color HEX #C33227 Persian Red

📋 copy color: '#C33227'

red 195 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C33227

Tints of Persian Red #C33227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 68.66%
G = 17.61%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C33227 (or 0xC33227) is known color: Persian Red. HEX triplet: C3, 32 and 27. RGB value is (195,50,39). Sum of RGB (Red+Green+Blue) = 195+50+39=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33227 is #3CCDD8. Grayscale: #5C5C5C. Windows color (decimal): -3984857 or 2568899. OLE color: 2568899.

HSL color Cylindrical-coordinate representation of color #C33227: hue angle of 4.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C33227 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 39 -
CMYK 0 0.74 0.80 0.24
HSL 4.23º 0.67% 0.46% -
HSV(B) 4.23º 0.8% 0.76% -
XYZ 24.01 14.03 3.36 -
YUV 92.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 195 50 39 0 0.74 0.80 0.24 4.23 0.67 0.46
Hex C3 32 27 0 4A 50 18 4 43 2E
Octal 303 62 47 0 112 120 30 4 103 56
Binary 11000011 110010 100111 0 1001010 1010000 11000 100 1000011 101110

Color Harmonies of #C33227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33227

Black with #C33227

Text Example


Text Example

White with #C33227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33227; }

 p { color: rgb(195,50,39); }

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

background-color css

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

 a { background-color: rgb(195,50,39); }

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

border-color css

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

 span { border-color: rgb(195,50,39); }

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