Html Css Color HEX #C33328 Persian Red

📋 copy color: '#C33328'

red 195 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #C33328

Tints of Persian Red #C33328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 68.18%
G = 17.83%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33328 (or 0xC33328) is known color: Persian Red. HEX triplet: C3, 33 and 28. RGB value is (195,51,40). Sum of RGB (Red+Green+Blue) = 195+51+40=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C33328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33328 is #3CCCD7. Grayscale: #5C5C5C. Windows color (decimal): -3984600 or 2634691. OLE color: 2634691.

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

Color convert

RGB 195 51 40 -
CMYK 0 0.74 0.79 0.24
HSL 4.26º 0.66% 0.46% -
HSV(B) 4.26º 0.79% 0.76% -
XYZ 24.07 14.12 3.46 -
YUV 92.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 195 51 40 0 0.74 0.79 0.24 4.26 0.66 0.46
Hex C3 33 28 0 4A 4F 18 4 42 2E
Octal 303 63 50 0 112 117 30 4 102 56
Binary 11000011 110011 101000 0 1001010 1001111 11000 100 1000010 101110

Color Harmonies of #C33328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33328

Black with #C33328

Text Example


Text Example

White with #C33328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33328; }

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

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

background-color css

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

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

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

border-color css

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

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

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