Html Css Color HEX #C63D34 Persian Red

📋 copy color: '#C63D34'

red 198 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #C63D34

Tints of Persian Red #C63D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

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

R = 63.67%
G = 19.61%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63D34 (or 0xC63D34) is known color: Persian Red. HEX triplet: C6, 3D and 34. RGB value is (198,61,52). Sum of RGB (Red+Green+Blue) = 198+61+52=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D34 is #39C2CB. Grayscale: #656565. Windows color (decimal): -3785420 or 3423686. OLE color: 3423686.

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

Color convert

RGB 198 61 52 -
CMYK 0 0.69 0.74 0.22
HSL 3.7º 0.58% 0.49% -
HSV(B) 3.7º 0.74% 0.78% -
XYZ 25.58 15.59 4.91 -
YUV 100.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 198 61 52 0 0.69 0.74 0.22 3.7 0.58 0.49
Hex C6 3D 34 0 45 4A 16 4 3A 31
Octal 306 75 64 0 105 112 26 4 72 61
Binary 11000110 111101 110100 0 1000101 1001010 10110 100 111010 110001

Color Harmonies of #C63D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D34

Black with #C63D34

Text Example


Text Example

White with #C63D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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