Html Css Color HEX #C33A26 Persian Red

📋 copy color: '#C33A26'

red 195 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #C33A26

Tints of Persian Red #C33A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 67.01%
G = 19.93%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C33A26 (or 0xC33A26) is known color: Persian Red. HEX triplet: C3, 3A and 26. RGB value is (195,58,38). Sum of RGB (Red+Green+Blue) = 195+58+38=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A26 is #3CC5D9. Grayscale: #606060. Windows color (decimal): -3982810 or 2505411. OLE color: 2505411.

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

Color convert

RGB 195 58 38 -
CMYK 0 0.70 0.81 0.24
HSL 7.64º 0.67% 0.46% -
HSV(B) 7.64º 0.81% 0.76% -
XYZ 24.37 14.77 3.4 -
YUV 96.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 195 58 38 0 0.70 0.81 0.24 7.64 0.67 0.46
Hex C3 3A 26 0 46 51 18 8 43 2E
Octal 303 72 46 0 106 121 30 10 103 56
Binary 11000011 111010 100110 0 1000110 1010001 11000 1000 1000011 101110

Color Harmonies of #C33A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A26

Black with #C33A26

Text Example


Text Example

White with #C33A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A26; }

 p { color: rgb(195,58,38); }

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

background-color css

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

 a { background-color: rgb(195,58,38); }

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

border-color css

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

 span { border-color: rgb(195,58,38); }

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