Html Css Color HEX #C33027 Persian Red

📋 copy color: '#C33027'

red 195 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #C33027

Tints of Persian Red #C33027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 69.15%
G = 17.02%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C33027 (or 0xC33027) is known color: Persian Red. HEX triplet: C3, 30 and 27. RGB value is (195,48,39). Sum of RGB (Red+Green+Blue) = 195+48+39=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33027 is #3CCFD8. Grayscale: #5B5B5B. Windows color (decimal): -3985369 or 2568387. OLE color: 2568387.

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

Color convert

RGB 195 48 39 -
CMYK 0 0.75 0.80 0.24
HSL 3.46º 0.67% 0.46% -
HSV(B) 3.46º 0.8% 0.76% -
XYZ 23.93 13.86 3.33 -
YUV 90.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 195 48 39 0 0.75 0.80 0.24 3.46 0.67 0.46
Hex C3 30 27 0 4B 50 18 3 43 2E
Octal 303 60 47 0 113 120 30 3 103 56
Binary 11000011 110000 100111 0 1001011 1010000 11000 11 1000011 101110

Color Harmonies of #C33027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33027

Black with #C33027

Text Example


Text Example

White with #C33027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33027; }

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

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

background-color css

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

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

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

border-color css

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

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

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