Html Css Color HEX #C62928 Persian Red

📋 copy color: '#C62928'

red 198 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #C62928

Tints of Persian Red #C62928

RGB

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

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

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

R = 70.97%
G = 14.7%
B = 14.34%

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

#C62928 (or 0xC62928) is known color: Persian Red. HEX triplet: C6, 29 and 28. RGB value is (198,41,40). Sum of RGB (Red+Green+Blue) = 198+41+40=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C62928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62928 is #39D6D7. Grayscale: #575757. Windows color (decimal): -3790552 or 2632134. OLE color: 2632134.

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

Color convert

RGB 198 41 40 -
CMYK 0 0.79 0.80 0.22
HSL 0.38º 0.66% 0.47% -
HSV(B) 0.38º 0.8% 0.78% -
XYZ 24.46 13.74 3.37 -
YUV 87.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 198 41 40 0 0.79 0.80 0.22 0.38 0.66 0.47
Hex C6 29 28 0 4F 50 16 0 42 2F
Octal 306 51 50 0 117 120 26 0 102 57
Binary 11000110 101001 101000 0 1001111 1010000 10110 0 1000010 101111

Color Harmonies of #C62928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62928

Black with #C62928

Text Example


Text Example

White with #C62928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62928; }

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

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

background-color css

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

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

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

border-color css

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

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

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