Html Css Color HEX #C63F34 Persian Red

📋 copy color: '#C63F34'

red 198 ◦ green 63 ◦ blue 52

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

Shades of Persian Red #C63F34

Tints of Persian Red #C63F34

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 63.26%
G = 20.13%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63F34 (or 0xC63F34) is known color: Persian Red. HEX triplet: C6, 3F and 34. RGB value is (198,63,52). Sum of RGB (Red+Green+Blue) = 198+63+52=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F34 is #39C0CB. Grayscale: #666666. Windows color (decimal): -3784908 or 3424198. OLE color: 3424198.

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

Color convert

RGB 198 63 52 -
CMYK 0 0.68 0.74 0.22
HSL 4.52º 0.58% 0.49% -
HSV(B) 4.52º 0.74% 0.78% -
XYZ 25.69 15.81 4.95 -
YUV 102.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 198 63 52 0 0.68 0.74 0.22 4.52 0.58 0.49
Hex C6 3F 34 0 44 4A 16 5 3A 31
Octal 306 77 64 0 104 112 26 5 72 61
Binary 11000110 111111 110100 0 1000100 1001010 10110 101 111010 110001

Color Harmonies of #C63F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F34

Black with #C63F34

Text Example


Text Example

White with #C63F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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