Html Css Color HEX #C33826 Persian Red

📋 copy color: '#C33826'

red 195 ◦ green 56 ◦ blue 38

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

Shades of Persian Red #C33826

Tints of Persian Red #C33826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 67.47%
G = 19.38%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C33826 (or 0xC33826) is known color: Persian Red. HEX triplet: C3, 38 and 26. RGB value is (195,56,38). Sum of RGB (Red+Green+Blue) = 195+56+38=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33826 is #3CC7D9. Grayscale: #5F5F5F. Windows color (decimal): -3983322 or 2504899. OLE color: 2504899.

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

Color convert

RGB 195 56 38 -
CMYK 0 0.71 0.81 0.24
HSL 6.88º 0.67% 0.46% -
HSV(B) 6.88º 0.81% 0.76% -
XYZ 24.27 14.57 3.37 -
YUV 95.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 195 56 38 0 0.71 0.81 0.24 6.88 0.67 0.46
Hex C3 38 26 0 47 51 18 7 43 2E
Octal 303 70 46 0 107 121 30 7 103 56
Binary 11000011 111000 100110 0 1000111 1010001 11000 111 1000011 101110

Color Harmonies of #C33826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33826

Black with #C33826

Text Example


Text Example

White with #C33826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33826; }

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

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

background-color css

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

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

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

border-color css

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

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

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