Html Css Color HEX #C63633 Persian Red

📋 copy color: '#C63633'

red 198 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #C63633

Tints of Persian Red #C63633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 65.35%
G = 17.82%
B = 16.83%

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

#C63633 (or 0xC63633) is known color: Persian Red. HEX triplet: C6, 36 and 33. RGB value is (198,54,51). Sum of RGB (Red+Green+Blue) = 198+54+51=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C63633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63633 is #39C9CC. Grayscale: #606060. Windows color (decimal): -3787213 or 3356358. OLE color: 3356358.

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

Color convert

RGB 198 54 51 -
CMYK 0 0.73 0.74 0.22
HSL 1.22º 0.59% 0.49% -
HSV(B) 1.22º 0.74% 0.78% -
XYZ 25.21 14.88 4.68 -
YUV 96.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 198 54 51 0 0.73 0.74 0.22 1.22 0.59 0.49
Hex C6 36 33 0 49 4A 16 1 3B 31
Octal 306 66 63 0 111 112 26 1 73 61
Binary 11000110 110110 110011 0 1001001 1001010 10110 1 111011 110001

Color Harmonies of #C63633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63633

Black with #C63633

Text Example


Text Example

White with #C63633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63633; }

 p { color: rgb(198,54,51); }

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

background-color css

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

 a { background-color: rgb(198,54,51); }

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

border-color css

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

 span { border-color: rgb(198,54,51); }

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