Html Css Color HEX #C33127 Persian Red

📋 copy color: '#C33127'

red 195 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #C33127

Tints of Persian Red #C33127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 68.9%
G = 17.31%
B = 13.78%

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

#C33127 (or 0xC33127) is known color: Persian Red. HEX triplet: C3, 31 and 27. RGB value is (195,49,39). Sum of RGB (Red+Green+Blue) = 195+49+39=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33127 is #3CCED8. Grayscale: #5B5B5B. Windows color (decimal): -3985113 or 2568643. OLE color: 2568643.

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

Color convert

RGB 195 49 39 -
CMYK 0 0.75 0.80 0.24
HSL 3.85º 0.67% 0.46% -
HSV(B) 3.85º 0.8% 0.76% -
XYZ 23.97 13.95 3.35 -
YUV 91.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 195 49 39 0 0.75 0.80 0.24 3.85 0.67 0.46
Hex C3 31 27 0 4B 50 18 4 43 2E
Octal 303 61 47 0 113 120 30 4 103 56
Binary 11000011 110001 100111 0 1001011 1010000 11000 100 1000011 101110

Color Harmonies of #C33127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33127

Black with #C33127

Text Example


Text Example

White with #C33127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33127; }

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

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

background-color css

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

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

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

border-color css

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

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

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