Html Css Color HEX #CF6363 Indian Red

📋 copy color: '#CF6363'

red 207 ◦ green 99 ◦ blue 99

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

Shades of Indian Red #CF6363

Tints of Indian Red #CF6363

RGB

 RED value IS 207 (81.25% from 255) = 51.11%

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 99 (39.06% from 255) = 24.44%

R = 51.11%
G = 24.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF6363 (or 0xCF6363) is known color: Indian Red. HEX triplet: CF, 63 and 63. RGB value is (207,99,99). Sum of RGB (Red+Green+Blue) = 207+99+99=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6363 is #309C9C. Grayscale: #838383. Windows color (decimal): -3185821 or 6513615. OLE color: 6513615.

HSL color Cylindrical-coordinate representation of color #CF6363: hue angle of 0º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6363 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 99 99 -
CMYK 0 0.52 0.52 0.19
HSL 0.53% 0.6% -
HSV(B) 0.52% 0.81% -
XYZ 32.45 23.09 14.55 -
YUV 131.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 207 99 99 0 0.52 0.52 0.19 0 0.53 0.6
Hex CF 63 63 0 34 34 13 0 35 3C
Octal 317 143 143 0 64 64 23 0 65 74
Binary 11001111 1100011 1100011 0 110100 110100 10011 0 110101 111100

Color Harmonies of #CF6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6363

Black with #CF6363

Text Example


Text Example

White with #CF6363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6363; }

 p { color: rgb(207,99,99); }

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

background-color css

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

 a { background-color: rgb(207,99,99); }

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

border-color css

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

 span { border-color: rgb(207,99,99); }

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