Html Css Color HEX #C63926 Persian Red

📋 copy color: '#C63926'

red 198 ◦ green 57 ◦ blue 38

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

Shades of Persian Red #C63926

Tints of Persian Red #C63926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 67.58%
G = 19.45%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C63926 (or 0xC63926) is known color: Persian Red. HEX triplet: C6, 39 and 26. RGB value is (198,57,38). Sum of RGB (Red+Green+Blue) = 198+57+38=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C63926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63926 is #39C6D9. Grayscale: #616161. Windows color (decimal): -3786458 or 2505158. OLE color: 2505158.

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

Color convert

RGB 198 57 38 -
CMYK 0 0.71 0.81 0.22
HSL 7.13º 0.68% 0.46% -
HSV(B) 7.13º 0.81% 0.78% -
XYZ 25.1 15.07 3.42 -
YUV 96.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 198 57 38 0 0.71 0.81 0.22 7.13 0.68 0.46
Hex C6 39 26 0 47 51 16 7 44 2E
Octal 306 71 46 0 107 121 26 7 104 56
Binary 11000110 111001 100110 0 1000111 1010001 10110 111 1000100 101110

Color Harmonies of #C63926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63926

Black with #C63926

Text Example


Text Example

White with #C63926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63926; }

 p { color: rgb(198,57,38); }

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

background-color css

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

 a { background-color: rgb(198,57,38); }

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

border-color css

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

 span { border-color: rgb(198,57,38); }

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