Html Css Color HEX #C32F26 Persian Red

📋 copy color: '#C32F26'

red 195 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #C32F26

Tints of Persian Red #C32F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

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

R = 69.64%
G = 16.79%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C32F26 (or 0xC32F26) is known color: Persian Red. HEX triplet: C3, 2F and 26. RGB value is (195,47,38). Sum of RGB (Red+Green+Blue) = 195+47+38=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F26 is #3CD0D9. Grayscale: #5A5A5A. Windows color (decimal): -3985626 or 2502595. OLE color: 2502595.

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

Color convert

RGB 195 47 38 -
CMYK 0 0.76 0.81 0.24
HSL 3.44º 0.67% 0.46% -
HSV(B) 3.44º 0.81% 0.76% -
XYZ 23.87 13.78 3.23 -
YUV 90.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 195 47 38 0 0.76 0.81 0.24 3.44 0.67 0.46
Hex C3 2F 26 0 4C 51 18 3 43 2E
Octal 303 57 46 0 114 121 30 3 103 56
Binary 11000011 101111 100110 0 1001100 1010001 11000 11 1000011 101110

Color Harmonies of #C32F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F26

Black with #C32F26

Text Example


Text Example

White with #C32F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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