Html Css Color HEX #C62A28 Persian Red

📋 copy color: '#C62A28'

red 198 ◦ green 42 ◦ blue 40

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

Shades of Persian Red #C62A28

Tints of Persian Red #C62A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 70.71%
G = 15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62A28 (or 0xC62A28) is known color: Persian Red. HEX triplet: C6, 2A and 28. RGB value is (198,42,40). Sum of RGB (Red+Green+Blue) = 198+42+40=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A28 is #39D5D7. Grayscale: #585858. Windows color (decimal): -3790296 or 2632390. OLE color: 2632390.

HSL color Cylindrical-coordinate representation of color #C62A28: hue angle of 0.76º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62A28 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 40 -
CMYK 0 0.79 0.80 0.22
HSL 0.76º 0.66% 0.47% -
HSV(B) 0.76º 0.8% 0.78% -
XYZ 24.5 13.81 3.38 -
YUV 88.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 198 42 40 0 0.79 0.80 0.22 0.76 0.66 0.47
Hex C6 2A 28 0 4F 50 16 1 42 2F
Octal 306 52 50 0 117 120 26 1 102 57
Binary 11000110 101010 101000 0 1001111 1010000 10110 1 1000010 101111

Color Harmonies of #C62A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A28

Black with #C62A28

Text Example


Text Example

White with #C62A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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