Html Css Color HEX #C62922 Persian Red

📋 copy color: '#C62922'

red 198 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #C62922

Tints of Persian Red #C62922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 72.53%
G = 15.02%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C62922 (or 0xC62922) is known color: Persian Red. HEX triplet: C6, 29 and 22. RGB value is (198,41,34). Sum of RGB (Red+Green+Blue) = 198+41+34=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C62922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62922 is #39D6DD. Grayscale: #575757. Windows color (decimal): -3790558 or 2238918. OLE color: 2238918.

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

Color convert

RGB 198 41 34 -
CMYK 0 0.79 0.83 0.22
HSL 2.56º 0.71% 0.45% -
HSV(B) 2.56º 0.83% 0.78% -
XYZ 24.37 13.71 2.87 -
YUV 87.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 198 41 34 0 0.79 0.83 0.22 2.56 0.71 0.45
Hex C6 29 22 0 4F 53 16 3 47 2D
Octal 306 51 42 0 117 123 26 3 107 55
Binary 11000110 101001 100010 0 1001111 1010011 10110 11 1000111 101101

Color Harmonies of #C62922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62922

Black with #C62922

Text Example


Text Example

White with #C62922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62922; }

 p { color: rgb(198,41,34); }

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

background-color css

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

 a { background-color: rgb(198,41,34); }

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

border-color css

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

 span { border-color: rgb(198,41,34); }

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