Html Css Color HEX #C62F23 Persian Red

📋 copy color: '#C62F23'

red 198 ◦ green 47 ◦ blue 35

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

Shades of Persian Red #C62F23

Tints of Persian Red #C62F23

RGB

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

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

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

R = 70.71%
G = 16.79%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C62F23 (or 0xC62F23) is known color: Persian Red. HEX triplet: C6, 2F and 23. RGB value is (198,47,35). Sum of RGB (Red+Green+Blue) = 198+47+35=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F23 is #39D0DC. Grayscale: #5A5A5A. Windows color (decimal): -3789021 or 2305990. OLE color: 2305990.

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

Color convert

RGB 198 47 35 -
CMYK 0 0.76 0.82 0.22
HSL 4.42º 0.7% 0.46% -
HSV(B) 4.42º 0.82% 0.78% -
XYZ 24.61 14.16 3.03 -
YUV 90.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 198 47 35 0 0.76 0.82 0.22 4.42 0.7 0.46
Hex C6 2F 23 0 4C 52 16 4 46 2E
Octal 306 57 43 0 114 122 26 4 106 56
Binary 11000110 101111 100011 0 1001100 1010010 10110 100 1000110 101110

Color Harmonies of #C62F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F23

Black with #C62F23

Text Example


Text Example

White with #C62F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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