Html Css Color HEX #C62F26 Persian Red

📋 copy color: '#C62F26'

red 198 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #C62F26

Tints of Persian Red #C62F26

RGB

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

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

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

R = 69.96%
G = 16.61%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62F26 (or 0xC62F26) is known color: Persian Red. HEX triplet: C6, 2F and 26. RGB value is (198,47,38). Sum of RGB (Red+Green+Blue) = 198+47+38=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F26 is #39D0D9. Grayscale: #5B5B5B. Windows color (decimal): -3789018 or 2502598. OLE color: 2502598.

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

Color convert

RGB 198 47 38 -
CMYK 0 0.76 0.81 0.22
HSL 3.38º 0.68% 0.46% -
HSV(B) 3.38º 0.81% 0.78% -
XYZ 24.66 14.18 3.27 -
YUV 91.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 198 47 38 0 0.76 0.81 0.22 3.38 0.68 0.46
Hex C6 2F 26 0 4C 51 16 3 44 2E
Octal 306 57 46 0 114 121 26 3 104 56
Binary 11000110 101111 100110 0 1001100 1010001 10110 11 1000100 101110

Color Harmonies of #C62F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F26

Black with #C62F26

Text Example


Text Example

White with #C62F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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