Html Css Color HEX #C62A23 Persian Red

📋 copy color: '#C62A23'

red 198 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #C62A23

Tints of Persian Red #C62A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 72%
G = 15.27%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C62A23 (or 0xC62A23) is known color: Persian Red. HEX triplet: C6, 2A and 23. RGB value is (198,42,35). Sum of RGB (Red+Green+Blue) = 198+42+35=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A23 is #39D5DC. Grayscale: #585858. Windows color (decimal): -3790301 or 2304710. OLE color: 2304710.

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

Color convert

RGB 198 42 35 -
CMYK 0 0.79 0.82 0.22
HSL 2.58º 0.7% 0.46% -
HSV(B) 2.58º 0.82% 0.78% -
XYZ 24.42 13.78 2.96 -
YUV 87.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 198 42 35 0 0.79 0.82 0.22 2.58 0.7 0.46
Hex C6 2A 23 0 4F 52 16 3 46 2E
Octal 306 52 43 0 117 122 26 3 106 56
Binary 11000110 101010 100011 0 1001111 1010010 10110 11 1000110 101110

Color Harmonies of #C62A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A23

Black with #C62A23

Text Example


Text Example

White with #C62A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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