Html Css Color HEX #C62A26 Persian Red

📋 copy color: '#C62A26'

red 198 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #C62A26

Tints of Persian Red #C62A26

RGB

 RED value IS 198 (77.73% from 255) = 71.22%

 GREEN value IS 42 (16.8% from 255) = 15.11%

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

R = 71.22%
G = 15.11%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62A26 (or 0xC62A26) is known color: Persian Red. HEX triplet: C6, 2A and 26. RGB value is (198,42,38). Sum of RGB (Red+Green+Blue) = 198+42+38=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A26 is #39D5D9. Grayscale: #585858. Windows color (decimal): -3790298 or 2501318. OLE color: 2501318.

HSL color Cylindrical-coordinate representation of color #C62A26: hue angle of 1.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62A26 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 38 -
CMYK 0 0.79 0.81 0.22
HSL 1.5º 0.68% 0.46% -
HSV(B) 1.5º 0.81% 0.78% -
XYZ 24.47 13.8 3.21 -
YUV 88.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 198 42 38 0 0.79 0.81 0.22 1.5 0.68 0.46
Hex C6 2A 26 0 4F 51 16 2 44 2E
Octal 306 52 46 0 117 121 26 2 104 56
Binary 11000110 101010 100110 0 1001111 1010001 10110 10 1000100 101110

Color Harmonies of #C62A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A26

Black with #C62A26

Text Example


Text Example

White with #C62A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A26; }

 p { color: rgb(198,42,38); }

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

background-color css

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

 a { background-color: rgb(198,42,38); }

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

border-color css

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

 span { border-color: rgb(198,42,38); }

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