Html Css Color HEX #C63A35 Persian Red

📋 copy color: '#C63A35'

red 198 ◦ green 58 ◦ blue 53

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

Shades of Persian Red #C63A35

Tints of Persian Red #C63A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 64.08%
G = 18.77%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C63A35 (or 0xC63A35) is known color: Persian Red. HEX triplet: C6, 3A and 35. RGB value is (198,58,53). Sum of RGB (Red+Green+Blue) = 198+58+53=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A35 is #39C5CA. Grayscale: #636363. Windows color (decimal): -3786187 or 3488454. OLE color: 3488454.

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

Color convert

RGB 198 58 53 -
CMYK 0 0.71 0.73 0.22
HSL 2.07º 0.58% 0.49% -
HSV(B) 2.07º 0.73% 0.78% -
XYZ 25.44 15.29 4.98 -
YUV 99.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 198 58 53 0 0.71 0.73 0.22 2.07 0.58 0.49
Hex C6 3A 35 0 47 49 16 2 3A 31
Octal 306 72 65 0 107 111 26 2 72 61
Binary 11000110 111010 110101 0 1000111 1001001 10110 10 111010 110001

Color Harmonies of #C63A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A35

Black with #C63A35

Text Example


Text Example

White with #C63A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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