Html Css Color HEX #C63B2A Persian Red

📋 copy color: '#C63B2A'

red 198 ◦ green 59 ◦ blue 42

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

Shades of Persian Red #C63B2A

Tints of Persian Red #C63B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 66.22%
G = 19.73%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C63B2A (or 0xC63B2A) is known color: Persian Red. HEX triplet: C6, 3B and 2A. RGB value is (198,59,42). Sum of RGB (Red+Green+Blue) = 198+59+42=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B2A is #39C4D5. Grayscale: #626262. Windows color (decimal): -3785942 or 2767814. OLE color: 2767814.

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

Color convert

RGB 198 59 42 -
CMYK 0 0.70 0.79 0.22
HSL 6.54º 0.65% 0.47% -
HSV(B) 6.54º 0.79% 0.78% -
XYZ 25.27 15.3 3.81 -
YUV 98.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 198 59 42 0 0.70 0.79 0.22 6.54 0.65 0.47
Hex C6 3B 2A 0 46 4F 16 7 41 2F
Octal 306 73 52 0 106 117 26 7 101 57
Binary 11000110 111011 101010 0 1000110 1001111 10110 111 1000001 101111

Color Harmonies of #C63B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B2A

Black with #C63B2A

Text Example


Text Example

White with #C63B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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