Html Css Color HEX #C63534 Persian Red

📋 copy color: '#C63534'

red 198 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #C63534

Tints of Persian Red #C63534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 65.35%
G = 17.49%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63534 (or 0xC63534) is known color: Persian Red. HEX triplet: C6, 35 and 34. RGB value is (198,53,52). Sum of RGB (Red+Green+Blue) = 198+53+52=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C63534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63534 is #39CACB. Grayscale: #606060. Windows color (decimal): -3787468 or 3421638. OLE color: 3421638.

HSL color Cylindrical-coordinate representation of color #C63534: hue angle of 0.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63534 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 52 -
CMYK 0 0.73 0.74 0.22
HSL 0.41º 0.58% 0.49% -
HSV(B) 0.41º 0.74% 0.78% -
XYZ 25.18 14.8 4.78 -
YUV 96.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 198 53 52 0 0.73 0.74 0.22 0.41 0.58 0.49
Hex C6 35 34 0 49 4A 16 0 3A 31
Octal 306 65 64 0 111 112 26 0 72 61
Binary 11000110 110101 110100 0 1001001 1001010 10110 0 111010 110001

Color Harmonies of #C63534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63534

Black with #C63534

Text Example


Text Example

White with #C63534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63534; }

 p { color: rgb(198,53,52); }

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

background-color css

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

 a { background-color: rgb(198,53,52); }

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

border-color css

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

 span { border-color: rgb(198,53,52); }

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